Skip to content

Commit

Permalink
[pom] Add filter to exclude MANIFEST.MF from uber jar from other jars…
Browse files Browse the repository at this point in the history
… (using ours)

clears warning and behaviour is the same.
  • Loading branch information
hazendaz committed Dec 10, 2022
1 parent ad002e8 commit 903b571
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,20 @@
<include>org.javassist:javassist</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>ognl:ognl</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
<filter>
<artifact>org.javassist:javassist</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>ognl</pattern>
Expand Down

0 comments on commit 903b571

Please sign in to comment.