achyuth8055 opened a new pull request, #11801: URL: https://github.com/apache/maven/pull/11801
Fixes #11800 Problem : RAT license checks were failing because it was scanning files that shouldn't be checked — Eclipse IDE files (.classpath, .project, .settings/) and stale build artifacts (.plxarc). These patterns are already in .gitignore but RAT uses its own exclude configuration. Added 4 exclude patterns to the apache-rat-plugin configuration in the root pom.xml: - `**/.classpath` - `**/.project` - `**/.settings/**` - `**/.plxarc` -- 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]
