Skip to content

Instantly share code, notes, and snippets.

@aasokan
Created February 4, 2015 19:57
Show Gist options
  • Save aasokan/f1996984f90fa7dc81dc to your computer and use it in GitHub Desktop.
Save aasokan/f1996984f90fa7dc81dc to your computer and use it in GitHub Desktop.
Maven skip compiling tests
// Skip compiling and running tests
mvn package -Dmaven.test.skip=true
// Skip running tests in the Jar but compile (and include) them in the jar
mvn package -DskipTests
//
mvn package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment