Command
mvnExplanation
Maven is a build automation tool used primarily for Java projects.
Examples
Compile project sources
mvn compileClean, compile, test and package
mvn clean installRun tests
mvn testCreate JAR/WAR file
mvn packagemvnMaven is a build automation tool used primarily for Java projects.
Compile project sources
mvn compileClean, compile, test and package
mvn clean installRun tests
mvn testCreate JAR/WAR file
mvn package