SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to skip running and compiling tests:
mvn -Dmaven.test.skip=true install
If you want to compile but not run tests:
mvn install -DskipTests