Skip to content

Commit

Permalink
PDFBOX-5850: add circumvention for MNG 8180 Maven bug, by Tamas Cserv…
Browse files Browse the repository at this point in the history
…enak

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1919173 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Jul 12, 2024
1 parent 6f02c9e commit 18cdc4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<!-- Exclude META-INF directories that might conflict -->
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/maven/plugin.xml</exclude> <!-- MNG-8180 -->
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
Expand Down
1 change: 1 addition & 0 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
-->
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/maven/plugin.xml</exclude> <!-- MNG-8180 -->
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
Expand Down
1 change: 1 addition & 0 deletions debugger-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<!-- Exclude META-INF directories that might conflict -->
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/maven/plugin.xml</exclude> <!-- MNG-8180 -->
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
Expand Down

0 comments on commit 18cdc4d

Please sign in to comment.