You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/12/10 20:26:52 UTC

svn commit: r1644512 - /maven/plugins/trunk/maven-rar-plugin/pom.xml

Author: krosenvold
Date: Wed Dec 10 19:26:52 2014
New Revision: 1644512

URL: http://svn.apache.org/r1644512
Log:
Feeding the rat

Modified:
    maven/plugins/trunk/maven-rar-plugin/pom.xml

Modified: maven/plugins/trunk/maven-rar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/pom.xml?rev=1644512&r1=1644511&r2=1644512&view=diff
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Wed Dec 10 19:26:52 2014
@@ -141,6 +141,8 @@ under the License.
                 The manifest specification does not describe any method for writing comments into the manifest.
               -->
               <exclude>src/test/resources/unit/basic-rar-with-manifest/src/main/rar/META-INF/MANIFEST.MF</exclude>
+              <exclude>src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/*.jar</exclude>
+              <exclude>maven-archiver/*</exclude>
             </excludes>
           </configuration>
         </plugin>