magicwerk opened a new issue, #1580: URL: https://github.com/apache/logging-log4j2/issues/1580
## Description Build fails if project has been opened with Eclipse which creates project files which make RAT failing the build. The pom.xml currently only has excludes for IntelllJ, add those for Eclipse as well, e.g. <!-- Eclipse files --> <exclude>**/*.project</exclude> <exclude>**/*.classpath</exclude> <exclude>**/*.prefs</exclude> -- 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]
