Author: olamy
Date: Fri Jan 13 09:39:29 2012
New Revision: 1230967
URL: http://svn.apache.org/viewvc?rev=1230967&view=rev
Log:
fix rat plugin configuration due to directories rename
Modified:
tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml
Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml?rev=1230967&r1=1230966&r2=1230967&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Fri Jan 13
09:39:29 2012
@@ -82,8 +82,8 @@
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
<exclude>.extract/**</exclude>
-
<exclude>src/main/resources/archetype-resources/test-webapp/src/main/webapp/css/bootstrap.min.1.4.0.css</exclude>
-
<exclude>src/main/resources/archetype-resources/test-webapp/src/main/webapp/js/jquery-1.7.js</exclude>
+
<exclude>src/main/resources/archetype-resources/basic-webapp/src/main/webapp/css/bootstrap.min.1.4.0.css</exclude>
+
<exclude>src/main/resources/archetype-resources/basic-webapp/src/main/webapp/js/jquery-1.7.js</exclude>
<exclude>src/test/**</exclude>
</excludes>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]