Skip to content

Commit

Permalink
Disable caching for maven-war-plugin
Browse files Browse the repository at this point in the history
This is needed in order to work around http://jira.codehaus.org/browse/MWAR-18:w:7
  • Loading branch information
mbogoevici committed Nov 1, 2010
1 parent fffa1fa commit 01478ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/pom.xml
Expand Up @@ -197,6 +197,17 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>failsafe-maven-plugin</artifactId>
</plugin>
<!--
Work around issues encountered with http://jira.codehaus.org/browse/MWAR-187
during release
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<useCache>false</useCache>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 01478ea

Please sign in to comment.