You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/12/11 09:00:48 UTC

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

Author: khmarbaise
Date: Thu Dec 11 08:00:47 2014
New Revision: 1644576

URL: http://svn.apache.org/r1644576
Log:
Removed the exclude for the jar files which are by default
ignored by apache-rat-plugin
Removed the maven-archiver folder cause the problem which
created the folder has been fixed.

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=1644576&r1=1644575&r2=1644576&view=diff
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Thu Dec 11 08:00:47 2014
@@ -141,8 +141,6 @@ 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>