Skip to content

Instantly share code, notes, and snippets.

@pedro-hos
Created September 7, 2014 15:14
Show Gist options
  • Save pedro-hos/29a1d42748cb139bae1d to your computer and use it in GitHub Desktop.
Save pedro-hos/29a1d42748cb139bae1d to your computer and use it in GitHub Desktop.
Plugin Maven failsafe
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.17</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