I'm developing a little Java project with Maven, so I want to pass (for example) /blabla/config.json
as command line argument to read info but I don't know how. I think that maybe use properties but I'm not nothing sure.
Asked
Active
Viewed 597 times
0
-
during `mvn clean install` ? – Vinay Hegde May 29 '20 at 20:42
-
Really?, let me check it out. Do you have a example or something? thank you so much! – May 29 '20 at 20:45
-
check here : https://stackoverflow.com/questions/7513319/passing-command-line-arguments-from-maven-as-properties-in-pom-xml – Vinay Hegde May 29 '20 at 20:52