Created
February 7, 2018 09:50
-
-
Save lovejavaee/4570e0a51c1ef7a03961cd9315f37050 to your computer and use it in GitHub Desktop.
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
| 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