You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2009/02/27 23:42:52 UTC

svn commit: r748727 - /incubator/rat/main/trunk/apache-rat/pom.xml

Author: rdonkin
Date: Fri Feb 27 22:42:52 2009
New Revision: 748727

URL: http://svn.apache.org/viewvc?rev=748727&view=rev
Log:
Not ideal but probably good enough. RAT-38 https://issues.apache.org/jira/browse/RAT-38

Modified:
    incubator/rat/main/trunk/apache-rat/pom.xml

Modified: incubator/rat/main/trunk/apache-rat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat/pom.xml?rev=748727&r1=748726&r2=748727&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat/pom.xml (original)
+++ incubator/rat/main/trunk/apache-rat/pom.xml Fri Feb 27 22:42:52 2009
@@ -61,6 +61,8 @@
         <includes>
           <include>DISCLAIMER.txt</include>
           <include>RELEASE_NOTES.txt</include>
+          <include>LICENCE.txt</include>
+          <include>NOTICE.txt</include>
         </includes>
       </resource>
     </resources>    
@@ -105,8 +107,9 @@
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <excludes>
-            <exclude>**/LICENSE.txt</exclude>
-            <exclude>**/NOTICE.txt</exclude>
+            <exclude>**/LICENSE</exclude>
+            <exclude>**/NOTICE</exclude>
+            <exclude>META-INF/maven</exclude>
           </excludes>
           <archive>
             <manifestEntries>