apache / apache/maven-compiler-plugin
Log4j2Plugins.dat not generated when compile
- Dominant language
- Java
- Stars
- 261
- Forks
- 191
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 8
Description
### Affected version
3.5+
### Bug description
I am using Log4j2 (2.24.1) custom plugin. Log4j2Plugins.dat will be generated when I execute `mvn compile` with maven-compiler-plugin 3.1 version. Recently I upgrade this version to 3.13.0 and Log4j2Plugins.dat not generated after compiled.
I have tried diffrent versions of maven-compiler-plugin and I find it works on 3.1, 3.2, 3.3.
Here is my configuration.
``` xml
org.apache.maven.plugins
maven-compiler-plugin
3.13.0
21
21
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.