You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2008/04/17 11:51:29 UTC

svn commit: r649030 - in /struts/struts2/trunk: core/pom.xml plugins/dojo/pom.xml

Author: mrdon
Date: Thu Apr 17 02:51:26 2008
New Revision: 649030

URL: http://svn.apache.org/viewvc?rev=649030&view=rev
Log:
Commenting out the other instances of the rat plugin that hold up the release
WW-2147

Modified:
    struts/struts2/trunk/core/pom.xml
    struts/struts2/trunk/plugins/dojo/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=649030&r1=649029&r2=649030&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Thu Apr 17 02:51:26 2008
@@ -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>
 

Modified: struts/struts2/trunk/plugins/dojo/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/pom.xml?rev=649030&r1=649029&r2=649030&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/dojo/pom.xml (original)
+++ struts/struts2/trunk/plugins/dojo/pom.xml Thu Apr 17 02:51:26 2008
@@ -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>