I am using Maven 2.2.1 and to build my project I used this command
mvn clean install -Dmaven.test.skip=true
However, the build failed sayin
During maven compilation you can skip test execution by adding following plugin in pom.xml
org.apache.maven.plugins maven-surefire-plugin 2.20.1 true