Skip to content

Commit

Permalink
Closes #3 - not duplicate IT test run
Browse files Browse the repository at this point in the history
Failsafe plugin has matured so that it does not need executions, just
adding the plugin to `pom.xml` "does the right thing".
  • Loading branch information
boxleytw committed Dec 15, 2016
1 parent 918fe45 commit f06d4eb
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,22 +263,6 @@
<version>${junit.jupiter.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>run-integration-tests</id>
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
</goals>
</execution>
<execution>
<id>run-verify</id>
<phase>verify</phase>
<goals>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit f06d4eb

Please sign in to comment.