Skip to content

Commit

Permalink
Merge pull request #7 from ResilientGroup/TASK-4017/shading
Browse files Browse the repository at this point in the history
TASK-4017 fixed shaded pom creating by creating explicitly a jar file
  • Loading branch information
Wolf2323 authored Mar 15, 2024
2 parents c398357 + baea445 commit 9a2d160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@
<shadedArtifactId>${project.name}</shadedArtifactId>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<outputFile>${project.build.directory}/${project.build.finalName}-shaded.jar</outputFile>
<artifactSet>
<excludes>
<exclude>com.github.spotbugs:spotbugs-annotations</exclude>
Expand All @@ -393,6 +394,7 @@
<artifact>*</artifact>
<excludes>
<exclude>META-INF/**</exclude>
<exclude>javax/**</exclude>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit 9a2d160

Please sign in to comment.