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:56:55 UTC

svn commit: r649033 - /struts/struts2/trunk/apps/pom.xml

Author: mrdon
Date: Thu Apr 17 02:56:53 2008
New Revision: 649033

URL: http://svn.apache.org/viewvc?rev=649033&view=rev
Log:
Commenting out one more rat execution on release
WW-2147

Modified:
    struts/struts2/trunk/apps/pom.xml

Modified: struts/struts2/trunk/apps/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/pom.xml?rev=649033&r1=649032&r2=649033&view=diff
==============================================================================
--- struts/struts2/trunk/apps/pom.xml (original)
+++ struts/struts2/trunk/apps/pom.xml Thu Apr 17 02:56:53 2008
@@ -141,6 +141,7 @@
             </activation>
             <build>
                 <plugins>
+                    <!--
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>rat-maven-plugin</artifactId>
@@ -168,6 +169,7 @@
                             </execution>
                         </executions>
                     </plugin>
+                    -->
                 </plugins>
             </build>
         </profile>