Skip to content

Instantly share code, notes, and snippets.

@colinbut
Created August 4, 2018 16:08
Show Gist options
  • Save colinbut/ead1e41c72ed8a9976934b609bb6aea0 to your computer and use it in GitHub Desktop.
Save colinbut/ead1e41c72ed8a9976934b609bb6aea0 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19</version>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment