jira-importer commented on issue #147: URL: https://github.com/apache/maven-war-plugin/issues/147#issuecomment-2967845833
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Fixed in [r1622865](http://svn.apache.org/r1622865). Now the rat report looks like this: ``` mvn org.apache.rat:apache-rat-plugin:0.11:check -Drat.ignoreErrors=true -Drat.excludeSubProjects=false [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Maven WAR Plugin 2.5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- apache-rat-plugin:0.11:check (default-cli) @ maven-war-plugin --- [INFO] 51 implicit excludes (use -debug for more details). [INFO] Exclude: src/test/resources/unit/sample_wars/sample.par [INFO] Exclude: src/test/resources/unit/sample_wars/simple.mar [INFO] Exclude: src/test/resources/unit/sample_wars/simple.xar [INFO] 207 resources included (use -debug for more details) [INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 195 licence. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.634s [INFO] Finished at: Sat Sep 06 16:31:06 CEST 2014 [INFO] Final Memory: 10M/216M [INFO] ------------------------------------------------------------------------ ``` -- 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