You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2012/04/08 18:50:34 UTC

svn commit: r1311040 - /gora/trunk/pom.xml

Author: lewismc
Date: Sun Apr  8 16:50:33 2012
New Revision: 1311040

URL: http://svn.apache.org/viewvc?rev=1311040&view=rev
Log:
temporary commenting out of RAT plugin

Modified:
    gora/trunk/pom.xml

Modified: gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1311040&r1=1311039&r2=1311040&view=diff
==============================================================================
--- gora/trunk/pom.xml (original)
+++ gora/trunk/pom.xml Sun Apr  8 16:50:33 2012
@@ -359,7 +359,7 @@
         <id>release</id>
           <build>
             <plugins>
-              <plugin>
+              <!-- 
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <version>${apache-rat-plugin.version}</version>
@@ -395,7 +395,7 @@
                    <exclude>.gitignore/**/**</exclude>
                  </excludes>
                 </configuration>
-              </plugin>
+              </plugin-->
               <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
             	<artifactId>maven-source-plugin</artifactId>