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.


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1644576 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5e5974a..1ca06c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,8 +141,6 @@
                 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>