remove shade mojo

This commit is contained in:
Jonathan Shook
2020-05-05 01:04:51 -05:00
parent 9560bd8636
commit b4908079c5
18 changed files with 38 additions and 392 deletions

View File

@@ -134,29 +134,6 @@
</plugins>
</build>
</profile>
<profile>
<id>shade</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<relocations>
<relocation>
<pattern>com.google.common</pattern>
<shadedPattern>com.google.shaded.common</shadedPattern>
</relocation>
</relocations>
<minimizeJar>true</minimizeJar>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>