Last active
October 14, 2015 14:13
-
-
Save tyrcho/19c3fe87317c619e46d8 to your computer and use it in GitHub Desktop.
Maven quick install : skips tests (including compilation of test sources), findbugs, checkstyle (see http://maven.apache.org/surefire/maven-surefire-plugin/examples/skipping-test.html)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn install -Dmaven.test.skip=true -Dfindbugs.skip=true -Dcheckstyle.skip=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment