You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2011/10/13 10:53:16 UTC

svn commit: r1182725 - /tomcat/maven-plugin/trunk/pom.xml

Author: olamy
Date: Thu Oct 13 08:53:15 2011
New Revision: 1182725

URL: http://svn.apache.org/viewvc?rev=1182725&view=rev
Log:
exclude .idea/** from rat plugin

Modified:
    tomcat/maven-plugin/trunk/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1182725&r1=1182724&r2=1182725&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Oct 13 08:53:15 2011
@@ -409,6 +409,7 @@
               <exclude>README.txt</exclude>
               <exclude>*.sh</exclude>
               <exclude>.git/**</exclude>
+              <exclude>.idea/**</exclude>
             </excludes>
           </configuration>
         </plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org