Skip to content

Instantly share code, notes, and snippets.

@wkorando
Created September 8, 2018 22:59
Show Gist options
  • Select an option

  • Save wkorando/d37f7d71a4fe5677dba2f54978dfeb5d to your computer and use it in GitHub Desktop.

Select an option

Save wkorando/d37f7d71a4fe5677dba2f54978dfeb5d to your computer and use it in GitHub Desktop.
<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