Skip to content

Instantly share code, notes, and snippets.

@tyrcho
Last active October 14, 2015 14:13
Show Gist options
  • Save tyrcho/19c3fe87317c619e46d8 to your computer and use it in GitHub Desktop.
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)
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