-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
bugSomething isn't workingSomething isn't working
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.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>21</source>
<target>21</target>
</configuration>
</plugin>Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working