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