Skip to content

Instantly share code, notes, and snippets.

@wkorando
Last active September 10, 2018 18:10
Show Gist options
  • Select an option

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

Select an option

Save wkorando/4e370fa82133e4578dbea06d5e30c2b6 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<configuration>
<groups>includeTag</groups>
  <excludedGroups>excludeTag</excludedGroups>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment