Author: olamy
Date: Wed Jun 13 20:19:40 2012
New Revision: 1349999
URL: http://svn.apache.org/viewvc?rev=1349999&view=rev
Log:
ignore *.patch files in 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=1349999&r1=1349998&r2=1349999&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Wed Jun 13 20:19:40 2012
@@ -629,6 +629,7 @@
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
<exclude>.extract/**</exclude>
+ <exclude>*.patch</exclude>
</excludes>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]