Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lovejavaee/4570e0a51c1ef7a03961cd9315f37050 to your computer and use it in GitHub Desktop.

Select an option

Save lovejavaee/4570e0a51c1ef7a03961cd9315f37050 to your computer and use it in GitHub Desktop.
By default surefire configuration includes tests matching "/Test*.java", "/_Test.java" or "/_TestCase.java" pattern.
By default failsafe configuration includes tests matching "/IT*.java", "/_IT.java" or "/_ITCase.java" pattern.
Usage:
mvn install -DskipUTs : Skips Unit tests
mvn install -DskipITs : Skips Integration tests
mvn install -DskipTests : Skips both Unit and Integration Tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment