How can you add command-line argument files (@-files) to a mvn exec command line?
This does not work:
mvn -Dexec.mainClass="Main" -Dexec.args="@system.properties" exec:java
How can you add command-line argument files (@-files) to a mvn exec command line?
This does not work:
mvn -Dexec.mainClass="Main" -Dexec.args="@system.properties" exec:java
Copyright © 2021 Jogjafile Inc.