Commenting out the rat plugin as it is holding up the release. It shouldn't be

uncommented until it is known to have passed.
WW-2414


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649024 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2008-04-17 09:39:06 +00:00
parent f9aca40383
commit f4cce96c61
+2
View File
@@ -225,6 +225,7 @@
</execution>
</executions>
</plugin>
<!-- Commenting it out until it stops breaking the release
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
@@ -250,6 +251,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
</profile>