Unify package out directory

This commit is contained in:
ascrutae 2017-09-04 11:08:21 +08:00
parent 30a25c8aad
commit 8f6ef439c4
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ target/
.settings/ .settings/
.DS_Store .DS_Store
*~ *~
packages/

View File

@ -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>