Skip to content

Commit

Permalink
IPROTO-254 Drop shading
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant authored and pruivo committed Dec 13, 2022
1 parent fc503b5 commit 36adb75
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<dependency>
<groupId>com.squareup</groupId>
<artifactId>protoparser</artifactId>
<optional>true</optional>
</dependency>

<dependency>
Expand Down Expand Up @@ -141,57 +140,6 @@
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<id>none-default</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
<artifactSet>
<excludes>
<exclude>net.jcip:jcip-annotations:jar:</exclude>
<exclude>org.jboss.logging:jboss-logging:jar:</exclude>
<exclude>com.fasterxml.jackson.core:jackson-core:jar:</exclude>
</excludes>
</artifactSet>
<relocations>
<relocation>
<pattern>com.squareup</pattern>
<shadedPattern>protostream.com.squareup</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.commons.cli</pattern>
<shadedPattern>protostream.org.apache.commons.cli</shadedPattern>
</relocation>
<relocation>
<pattern>javassist</pattern>
<shadedPattern>protostream.javassist</shadedPattern>
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Implementation-Title>${project.description}</Implementation-Title>
<Implementation-Vendor>JBoss, a division of Red Hat</Implementation-Vendor>
<Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id>
<Implementation-Version>${project.version}</Implementation-Version>
<Specification-Title>${project.description}</Specification-Title>
<Specification-Vendor>JBoss, a division of Red Hat</Specification-Vendor>
<Specification-Version>${project.version}</Specification-Version>
</manifestEntries>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 36adb75

Please sign in to comment.