Skip to content

Commit

Permalink
chore(build): enable minimizeJar for shaded jar
Browse files Browse the repository at this point in the history
Since related apache/maven-shade-plugin#83 completed.
  • Loading branch information
aliesbelik committed Sep 19, 2023
1 parent 71240e1 commit 55c54ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<optimize>true</optimize>
<showDeprecation>false</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
Expand All @@ -94,8 +93,7 @@
<goal>shade</goal>
</goals>
<configuration>
<!-- https://issues.apache.org/jira/browse/MSHADE-366 -->
<minimizeJar>false</minimizeJar>
<minimizeJar>true</minimizeJar>
<shadedArtifactAttached>false</shadedArtifactAttached>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
Expand Down

0 comments on commit 55c54ed

Please sign in to comment.