Maven Build without running JUnit tests

Jun 21, 05:47 PM

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

Martin Gross

,

---
blog comments powered by Disqus
---