Skip to content

Commit

Permalink
Ensure this project's LICENSE and NOTICE are the only ones included i…
Browse files Browse the repository at this point in the history
…n JARs
  • Loading branch information
erichaagdev committed Sep 3, 2024
1 parent 4538056 commit ba1de90
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,26 @@
<version>3.6.0</version>
<configuration>
<filters>
<filter>
<artifact>com.gradle:develocity-maven-extension-adapters</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
<filter>
<artifact>org.codehaus.groovy:groovy</artifact>
<excludes>
<exclude>META-INF/LICENSE</exclude>
<exclude>META-INF/MANIFEST.MF</exclude>
<exclude>META-INF/NOTICE</exclude>
</excludes>
</filter>
<filter>
<artifact>org.apache.ivy:ivy</artifact>
<excludes>
<exclude>META-INF/LICENSE</exclude>
<exclude>META-INF/MANIFEST.MF</exclude>
<exclude>META-INF/NOTICE</exclude>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit ba1de90

Please sign in to comment.