Author: norman
Date: Tue May  4 16:07:06 2010
New Revision: 940927

URL: http://svn.apache.org/viewvc?rev=940927&view=rev
Log:
exclude LICENSE.* files when execute rat

Modified:
    james/mailet/standard/trunk/pom.xml

Modified: james/mailet/standard/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/standard/trunk/pom.xml?rev=940927&r1=940926&r2=940927&view=diff
==============================================================================
--- james/mailet/standard/trunk/pom.xml (original)
+++ james/mailet/standard/trunk/pom.xml Tue May  4 16:07:06 2010
@@ -250,8 +250,7 @@
         <configuration>
           <excludes>
             <exclude>NOTICE.txt</exclude>
-            <exclude>LICENSE.txt</exclude>
-            <exclude>LICENSE.apache</exclude>
+            <exclude>LICENSE.*</exclude>
             <!-- Generated by Maven -->
             <exclude>release.properties</exclude>
             <exclude>dist/**/*</exclude>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to