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

@@ -83,20 +83,4 @@
</resources>
</build>
<profiles>
<profile>
<id>shade</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>