Skip to content

Commit

Permalink
HAWKULAR-780 - Added implicit clean goal for itests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Dec 4, 2015
1 parent bfcd2de commit 87aa27c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,20 @@
<redirectTestOutputToFile>false</redirectTestOutputToFile>
</configuration>
</plugin>

<!-- We want to clean the environment for the tests all the time we run -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>auto-clean</id>
<phase>initialize</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Expand Down

0 comments on commit 87aa27c

Please sign in to comment.