run maven from command line windows code example
Example: execute maven project in cmd
#execute the project
mvn exec:java -Dexec.mainClass=com.mycompany.App
#execute the project
mvn exec:java -Dexec.mainClass=com.mycompany.App