Skip to content

Instantly share code, notes, and snippets.

@wkorando
Created September 8, 2018 22:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<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