Skip to content

Commit

Permalink
Add back shade plugin
Browse files Browse the repository at this point in the history
Generate "fat" JAR separate from the main JAR, which can then be used by
the assembly plugin. Simplify pom a bit.
  • Loading branch information
rmaucher committed Jan 16, 2020
1 parent 0278c8f commit 8b17c00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
Expand All @@ -105,9 +104,7 @@
</descriptors>
</configuration>
</plugin>
<!-- Optional shade with BCEL
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
Expand All @@ -116,12 +113,13 @@
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<minimizeJar>true</minimizeJar>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
-->
</plugins>
</build>

Expand Down

0 comments on commit 8b17c00

Please sign in to comment.