Author: mrdon Date: Thu Apr 17 02:39:06 2008 New Revision: 649024 URL: http://svn.apache.org/viewvc?rev=649024&view=rev Log: 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
Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=649024&r1=649023&r2=649024&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Thu Apr 17 02:39:06 2008 @@ -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>