pom.xml: Mark the shaded jar as main artifact

This commit is contained in:
Christian Koop 2023-06-14 21:41:39 +02:00
parent ae74ffa5f0
commit b25843aee3
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@
<configuration>
<finalName>${project.name}-${project.version}</finalName>
<shadedArtifactAttached>false</shadedArtifactAttached>
<useDependencyReducedPomInJar>true</useDependencyReducedPomInJar>
<minimizeJar>true</minimizeJar>