fatima-qaisar opened a new pull request, #96: URL: https://github.com/apache/tomcat-maven-plugin/pull/96
This PR resolves RAT license check failures by excluding `archetype.properties` and `goal.txt` in the parent POM. Although these files are already excluded in the archetype module’s POM, the parent-level RAT execution was scanning them during the global build, causing false positives. These files are internal to the archetype and build process, not part of distributed artifacts, and do not require license headers. The change prevents unnecessary RAT failures while ensuring all other source and test files are fully checked. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
