Skip to content

Commit

Permalink
Build: Do not create dependency reduced POMs for shaded JARs
Browse files Browse the repository at this point in the history
Since the shaded JARs (server, client, editor) are not intended to be
used as libraries, they should not generate a dependency-reduced POM.
See https://stackoverflow.com/a/65842502 for more information
  • Loading branch information
StenAL committed Jul 1, 2024
1 parent ecb22cf commit 8b22d01
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 @@ -55,6 +55,7 @@
</manifestEntries>
</transformer>
</transformers>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 8b22d01

Please sign in to comment.