2 examples for mvn

{{ score }}
  # clean and install with maven but skip the tests
mvn clean install -Dmaven.test.skip=true
        
{{ score }}
  # Redeploy maven war witout testing :)
mvn tomcat7:redeploy -Dmaven.test.skip=true