Skip to content

Commit

Permalink
[close #712] Filter out META-INF/LICENSE when packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaming Lu <jiaming.lu@simplytyped.cn>
  • Loading branch information
Jiaming Lu committed Jan 12, 2023
1 parent d278e3a commit 873facc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,14 @@
<goal>shade</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/LICENSE</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
Expand Down

0 comments on commit 873facc

Please sign in to comment.