Skip to content

Commit

Permalink
Revert "Add NOTICE file and include it and LICENSE in assembled JAR"
Browse files Browse the repository at this point in the history
This reverts commit 7dade91.
  • Loading branch information
erichaagdev committed Sep 3, 2024
1 parent 43e1784 commit 9889c7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 101 deletions.
27 changes: 0 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,35 +148,13 @@
<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>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<resource>LICENSE</resource>
<file>${project.basedir}/LICENSE</file>
</transformer>
</transformers>
</configuration>
<executions>
<execution>
Expand All @@ -188,11 +166,6 @@
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>${project.basedir}/release/distribution</directory>
</resource>
</resources>
</build>

<profiles>
Expand Down
74 changes: 0 additions & 74 deletions release/distribution/NOTICE

This file was deleted.

0 comments on commit 9889c7a

Please sign in to comment.