You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by ap...@apache.org on 2011/01/19 08:04:04 UTC

svn commit: r1060706 - /incubator/npanday/trunk/pom.xml

Author: apadilla
Date: Wed Jan 19 08:04:04 2011
New Revision: 1060706

URL: http://svn.apache.org/viewvc?rev=1060706&view=rev
Log:
removed duplicate config for apache-rat-plugin

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1060706&r1=1060705&r2=1060706&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Jan 19 08:04:04 2011
@@ -570,25 +570,6 @@ under the License.
               </execution>
             </executions>
           </plugin>
-          <plugin>
-            <groupId>org.apache.rat</groupId>
-            <artifactId>apache-rat-plugin</artifactId>
-            <version>0.7</version>
-            <configuration>
-              <excludes>
-                <exclude>**/**.properties</exclude>
-                <exclude>**/**.resx</exclude>
-              </excludes>
-            </configuration>
-            <executions>
-              <execution>
-                <phase>verify</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
         </plugins> 
       </build>
     </profile>