ppkarwasz commented on issue #1580: URL: https://github.com/apache/logging-log4j2/issues/1580#issuecomment-1644973604
The Apache RAT plugin has some [implicit excludes](https://github.com/apache/creadur-rat/blob/master/apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ExclusionHelper.java), which cover both Eclipse and Intellij IDEA. What probably happens in your case is that by switching between the `2.x` and `main` branch the list of Maven modules changes, the source code disappears, but the Eclipse files remain. E.g. if you imported `log4j-api-java9` and `log4j-core-java9` into Eclipse, by switching from `2.x` to `main` those folders will be empty directories with only Eclipse files. Just delete those projects and the data on disk and you'll be fine. -- 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]
