Unify package out directory
This commit is contained in:
parent
30a25c8aad
commit
8f6ef439c4
|
|
@ -7,3 +7,4 @@ target/
|
||||||
.settings/
|
.settings/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*~
|
*~
|
||||||
|
packages/
|
||||||
|
|
|
||||||
|
|
@ -152,6 +152,7 @@
|
||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<outputDirectory>${project.basedir}/../../packages</outputDirectory>
|
||||||
<shadedArtifactAttached>false</shadedArtifactAttached>
|
<shadedArtifactAttached>false</shadedArtifactAttached>
|
||||||
<createDependencyReducedPom>true</createDependencyReducedPom>
|
<createDependencyReducedPom>true</createDependencyReducedPom>
|
||||||
<createSourcesJar>true</createSourcesJar>
|
<createSourcesJar>true</createSourcesJar>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue