Posts by Aristotle • 21 points
1 post
-
2
votes0
answers628
viewsQ: How to configure VS Code to run JAVA programs with MAVEN passing parameters?
I have a code with no main method. The project is executed using the following command: $mvn clean install -Dparam1="folder" -Dparam2="path" In Eclipse or Intellij, I just need to create a Maven…