createDependencyReducedPom for the shaded lib

This commit is contained in:
Marcin Grzejszczak
2019-04-16 11:02:09 +04:00
parent b8425a831e
commit e109ad3adf

View File

@@ -115,7 +115,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<createDependencyReducedPom>true</createDependencyReducedPom>
<shadedArtifactAttached>false</shadedArtifactAttached>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>