Created
September 8, 2018 22:59
-
-
Save wkorando/d37f7d71a4fe5677dba2f54978dfeb5d 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
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-surefire-plugin</artifactId> | |
| <version>2.21.0</version> | |
| <configuration> | |
| <properties> | |
| <excludeTags>excludeTag</excludeTags> | |
| <includeTags>includeTag</includeTags> | |
| </properties> | |
| </configuration> | |
| <!-- dependency stuff goes here --> | |
| </plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment