pom update

This commit is contained in:
Diamantis Tziotzios 2022-12-19 08:27:34 +02:00
parent 2d46ff5d3b
commit 5d13985f6e
1 changed files with 7 additions and 12 deletions

19
pom.xml
View File

@ -95,25 +95,20 @@
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<excludes>
<exclude>eu.eudat.depositinterface.zenodorepository.config.*</exclude>
<exclude>eu.eudat.depositinterface.zenodorepository.interfaces.*</exclude>
</excludes>
<pattern></pattern>
<shadedPattern>zenodorepository.shaded.</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>eu/eudat/depositinterface/repository/**</exclude>
<exclude>eu/eudat/depositinterface/models/**</exclude>
<exclude>module-info.class</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>org.json</pattern>
<shadedPattern>zenodorepository.shaded.org.json</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>