Skip to content

Commit

Permalink
Fix some warning regarding the shaded artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 22, 2023
1 parent cc11d79 commit 1a0c5b1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions dkpro-jwpl-deps/dkpro-jwpl-swc-engine-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,18 @@
<include>org.sweble.wikitext:swc-engine:*</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
<exclude>META-INF/maven/**</exclude>
<exclude>org.sweble.wikitext/swc-engine/git.properties</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<relocations>
<relocation>
Expand Down

0 comments on commit 1a0c5b1

Please sign in to comment.