Skip to content

Commit

Permalink
pom: Fix warnings during maven "package" phase
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrand-lorentz committed Dec 8, 2023
1 parent 12a648e commit f5c8343
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,14 +384,20 @@
</manifestEntries>
</transformer>
</transformers>
<artifactSet>
<excludes>
<!-- jakarta.activation is already included so avoid warnings by excluding -api -->
<exclude>jakarta.activation:jakarta.activation-api</exclude>
</excludes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>LICENSE</exclude>
<exclude>NOTICE</exclude>
<exclude>about.html</exclude>
<exclude>module-info.class</exclude>
<exclude>**/module-info.class</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
Expand Down

0 comments on commit f5c8343

Please sign in to comment.