If you don’t want to execute the tests:
mvn clean install -DskipTests
If you want to skip compiling of the tests too:
mvn clean install -Dmaven.test.skip=true
If you don’t want to execute the tests:
mvn clean install -DskipTests
If you want to skip compiling of the tests too:
mvn clean install -Dmaven.test.skip=true