Skip to content

Instantly share code, notes, and snippets.

@wenqiglantz
Created October 21, 2022 20:21
Show Gist options
  • Save wenqiglantz/5858059f5b43ec71156df38ef23b9b24 to your computer and use it in GitHub Desktop.
Save wenqiglantz/5858059f5b43ec71156df38ef23b9b24 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M7</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