Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 334 Bytes

File metadata and controls

17 lines (8 loc) · 334 Bytes

DevOpsWebApp

mvn clean test

mvn clean install

mvn tomcat7:deploy (Make sure tomcat server is online)

mvn checkstyle:checkstyle checkstyle:check

mvn checkstyle:checkstyle checkstyle:check -Dcheckstyle.failOnViolation=false

mvn checkstyle:checkstyle checkstyle:check -Dcheckstyle.failOnError=false

mvn clean install -Pjacoco