Skip to content

Log4j2Plugins.dat not generated when compile #955

@SheldonJim

Description

@SheldonJim

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions