jira-importer commented on issue #147: URL: https://github.com/apache/maven-war-plugin/issues/147#issuecomment-2967845841
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented This is funny thing cause these excludes have been added by yourself ``` 1523348 dennisl <groupId>org.apache.rat</groupId> 1523348 dennisl <artifactId>apache-rat-plugin</artifactId> 1523348 dennisl <configuration> 1523348 dennisl <excludes> 1523348 dennisl <!-- 1523348 dennisl These are archive files that should ideally be recognized by RAT. 1523348 dennisl --> 1523348 dennisl <exclude>src/test/resources/unit/sample_wars/sample.par</exclude> 1523348 dennisl <exclude>src/test/resources/unit/sample_wars/simple.mar</exclude> 1523348 dennisl <exclude>src/test/resources/unit/sample_wars/simple.xar</exclude> 1523348 dennisl </excludes> 1523348 dennisl </configuration> 1523348 dennisl </plugin> ``` So i can remove this area. Thanks for the hint. Done in [r1622967](http://svn.apache.org/r1622967). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org