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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org