DEV Community

Eduardo Issao Ito
Eduardo Issao Ito

Posted on

Maven: Execute main method from command line

Using maven to execute the main method of a class:

mvn exec:java -Dexec.mainClass="com.example.Main" [-Dexec.args="argument1"] ...

Top comments (0)