Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Last active January 4, 2016 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinhooke/1943714bd3a1a474cceb to your computer and use it in GitHub Desktop.
Save kevinhooke/1943714bd3a1a474cceb to your computer and use it in GitHub Desktop.
Maven skip tests / skip failures
#skip all tests
-Dmaven.test.skip
#if runing tests, skip failures (don't fail build on test fail)
-Dmaven.test.failure.ignore=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment