Skip to content

Commit

Permalink
Merge pull request #43 from evolvedbinary/hotfix/dep-reduced-pom
Browse files Browse the repository at this point in the history
Don't generate a Dependency Reduced pom.xml when running the shade plugin
  • Loading branch information
adamretter authored Aug 3, 2024
2 parents 9f924a6 + 8268791 commit dcc5bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>oxygen-plugin</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<excludes>
<!-- Oxygen already ships with a version of these, so we needn't package them as well -->
Expand Down

0 comments on commit dcc5bb4

Please sign in to comment.