Maven package/install without test (skip tests)
Just provide the command mentioned below, which will ignore executing the test cases (but will compile the test code):
mvn package -DskipTests
Run maven with
mvn package -Dmaven.test.skip
Just provide the command mentioned below, which will ignore executing the test cases (but will compile the test code):
mvn package -DskipTests
Run maven with
mvn package -Dmaven.test.skip