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