Skip to content

Commit

Permalink
Re-enable failsafe plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
garricko committed Mar 23, 2015
1 parent 88222bd commit 0941f54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Expand Up @@ -115,11 +115,10 @@
</excludes>
</configuration>
</plugin>
<!-- Commenting temporarily for release because it relies on a snapshot
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<!- - Need bugfix SUREFIRE-855 - ->
<!-- Need bugfix SUREFIRE-855 -->
<version>2.19-SNAPSHOT</version>
<executions>
<execution>
Expand All @@ -133,7 +132,6 @@
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 0941f54

Please sign in to comment.