Skip to content

Instantly share code, notes, and snippets.

@andrechavesg
Created November 14, 2018 23:53
Show Gist options
  • Save andrechavesg/79637f0587ce6efc0391707df3639006 to your computer and use it in GitHub Desktop.
Save andrechavesg/79637f0587ce6efc0391707df3639006 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.12.4</version>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment