Maven Compile and Package



Compile Project :
mvn compile

Run test phase:
mvn test

Run package phase:
mvn package

Execute the App:
mvn exec:java