Skip to content

Commit

Permalink
Run integration tests for Maven verify phase
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnism authored and adriancole committed Aug 24, 2019
1 parent 32c479d commit 1ca74f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,16 @@
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${maven-failsafe-plugin.version}</version>
<executions>
<execution>
<id>integration-test</id>
<phase>verify</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
Expand Down

0 comments on commit 1ca74f3

Please sign in to comment.