Commenting out the other instances of the rat plugin that hold up the release

WW-2147


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2008-04-17 09:51:26 +00:00
parent f4cce96c61
commit a9bf8b8097
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -130,6 +130,7 @@
</links>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
@@ -147,6 +148,7 @@
</excludes>
</configuration>
</plugin>
-->
</plugins>
</reporting>
+2
View File
@@ -53,6 +53,7 @@
</activation>
<build>
<plugins>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
@@ -84,6 +85,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
</profile>