Maven is widely used as a build tool for building java applications. Hence it is very important for all java developers to be aware of the very basic maven commands which include the following:
mvn compile
mvn package
mvn install
mvn verify
mv test