You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/11/05 12:33:55 UTC

svn commit: r1538947 - /commons/proper/collections/trunk/pom.xml

Author: tn
Date: Tue Nov  5 11:33:54 2013
New Revision: 1538947

URL: http://svn.apache.org/r1538947
Log:
Add exclude for rat-plugin.

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1538947&r1=1538946&r2=1538947&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Tue Nov  5 11:33:54 2013
@@ -629,6 +629,7 @@
         <configuration>
           <excludes>
             <exclude>site-content/**/*</exclude>
+            <exclude>maven-eclipse.xml</exclude>
           </excludes>
         </configuration>
       </plugin>