Skip to content

Commit

Permalink
add exclude for shade plugin;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed May 20, 2021
1 parent 0b840e5 commit ddaa27b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions concierge/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@
<exclude>META-INF/lmdbjava-LICENSE.txt</exclude>
<exclude>META-INF/lmdbjava-THIRD-PARTY.txt</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
Expand Down
3 changes: 3 additions & 0 deletions connectivity/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ jmh-generator-annprocess). jmh-generator-annprocess overwrites the whole META-IN
<exclude>META-INF/lmdbjava-LICENSE.txt</exclude>
<exclude>META-INF/lmdbjava-THIRD-PARTY.txt</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
Expand Down
3 changes: 3 additions & 0 deletions gateway/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@
<exclude>META-INF/lmdbjava-LICENSE.txt</exclude>
<exclude>META-INF/lmdbjava-THIRD-PARTY.txt</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
Expand Down
3 changes: 3 additions & 0 deletions policies/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
<exclude>META-INF/lmdbjava-LICENSE.txt</exclude>
<exclude>META-INF/lmdbjava-THIRD-PARTY.txt</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
Expand Down
3 changes: 3 additions & 0 deletions things/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@
<exclude>META-INF/lmdbjava-LICENSE.txt</exclude>
<exclude>META-INF/lmdbjava-THIRD-PARTY.txt</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
Expand Down
3 changes: 3 additions & 0 deletions thingsearch/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
<exclude>META-INF/lmdbjava-LICENSE.txt</exclude>
<exclude>META-INF/lmdbjava-THIRD-PARTY.txt</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit ddaa27b

Please sign in to comment.