Skip to content

Commit

Permalink
#870 Shade contents of source jar for versioned artifiact
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Dec 8, 2021
1 parent b75ae5e commit bc6c8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom-versioned.xml
Expand Up @@ -55,6 +55,7 @@
<!-- remove all classes of dependencies that are not used by the project -->
<minimizeJar>false</minimizeJar>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
<shadedArtifactAttached>false</shadedArtifactAttached>
<createDependencyReducedPom>true</createDependencyReducedPom>
<dependencyReducedPomLocation>${project.build.directory}/kryo${kryo.major.version}-${project.version}.pom</dependencyReducedPomLocation>
Expand Down

0 comments on commit bc6c8ca

Please sign in to comment.