Author: felixk
Date: Thu Jun 2 18:08:58 2011
New Revision: 1130699
URL: http://svn.apache.org/viewvc?rev=1130699&view=rev
Log:
Add excludes for RAT check
Modified:
james/mailbox/trunk/pom.xml
Modified: james/mailbox/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailbox/trunk/pom.xml?rev=1130699&r1=1130698&r2=1130699&view=diff
==============================================================================
--- james/mailbox/trunk/pom.xml (original)
+++ james/mailbox/trunk/pom.xml Thu Jun 2 18:08:58 2011
@@ -301,12 +301,17 @@
<excludes>
<exclude>NOTICE.*</exclude>
<exclude>LICENSE.*</exclude>
+ <exclude>BUILDING.*</exclude>
<!-- Generated by Maven -->
<exclude>release.properties</exclude>
<exclude>dist/**/*</exclude>
<!-- Eclipse -->
<exclude>**/.*</exclude>
<exclude>.*/**/*</exclude>
+ <!-- Schemas for offline use -->
+ <exclude>**/META-INF/XSD/activemq-core-*.xsd</exclude>
+ <exclude>**/META-INF/XSD/camel-spring-*.xsd</exclude>
+ <exclude>**/META-INF/XSD/spring-beans-*.xsd</exclude>
</excludes>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]