Skip to content

Commit

Permalink
FIX_log4j_jar :
Browse files Browse the repository at this point in the history
     - ajout du plugin log4j-transform-maven-plugin dans le pom.xml
  • Loading branch information
EryneKL committed Feb 20, 2024
1 parent c4fc363 commit 13ec8e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,18 @@
<!-- Pour que maven se charge de générer les releases -->
<build>
<plugins>
<plugin>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-maven-plugin</artifactId>
<version>0.1.0</version>
<executions>
<execution>
<goals>
<goal>process-classes</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit 13ec8e1

Please sign in to comment.