maven run in command line to run maven project 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