Skip to content

Commit

Permalink
Remove shading
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Nov 10, 2023
1 parent 1c247ff commit 4e6ca2a
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,48 +164,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<relocations>
<relocation>
<pattern>com.idealista</pattern>
<shadedPattern>no.ssb.dapla.dlp.shaded.com.idealista</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.common</pattern>
<shadedPattern>no.ssb.dapla.dlp.shaded.com.google.common</shadedPattern>
</relocation>
<relocation>
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>no.ssb.dapla.dlp.shaded.jackson</shadedPattern>
</relocation>
</relocations>
<shadedClassifierName>shaded</shadedClassifierName>
<shadedArtifactAttached>true</shadedArtifactAttached>
<artifactSet>
<includes>
<include>com.idealista:*</include>
<include>com.google.guava:*</include>
<include>com.fasterxml.jackson.core:*</include>
</includes>
</artifactSet>
<minimizeJar>false</minimizeJar>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
<extensions>
Expand Down

0 comments on commit 4e6ca2a

Please sign in to comment.