15.3Basic Maven commands
You don't need to become a Maven expert.
Know these concepts:
mvn clean
remove previous build output.
mvn test
run tests.
mvn package
build/package application.
And Mule deployments often use something like:
mvn clean deploy -DmuleDeploy
The current Mule Maven Plugin documentation uses that command to build and deploy to CloudHub 2.0.