I am not sure what the difference between the maven directives -Dmaven.test.skip.exec and -Dmaven.test.skip=true -DskipTests are. Both seem to suppress the testing cycle.
-Dmaven.test.skip.exec
-Dmaven.test.skip=true
-DskipTests
"maven.test.skip.exec=true" the tests get compiled, but not executed.
maven.test.skip.exec=true
"maven.test.skip=true" doesn't compile or execute the tests.
maven.test.skip=true
"-DskipTests" is the same as "maven.test.skip.exec=true"
2.1m questions
2.1m answers
60 comments
57.0k users