Skip to content

Commit

Permalink
[bugfix] Don't generate a Dependency Reduced pom.xml when running the…
Browse files Browse the repository at this point in the history
… shade plugin
  • Loading branch information
adamretter committed Aug 2, 2024
1 parent 9f924a6 commit 8268791
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 8268791

Please sign in to comment.