maven skip test
mvn clean install -Dmaven.test.skip=true
maven skip tests
mvn install -Dmaven.test.skip=true
# or
mvn install -DskipTests
# If -Dmaven.test.skip=true (or simply -Dmaven.test.skip) is specified,
# the test-jars aren't built, and any module that relies on them will
# fail its build.
# In contrast, when you use -DskipTests, Maven does not run the tests,
# but it does compile them and build the test-jar, making it available
# for the subsequent modules.
maven skip test
mvn package -Dmaven.test.skip=true
maven test skip
mvn install -Dmaven.test.skip=true
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us