mirror of https://github.com/apache/druid.git
Adjust maven assembly so that the tarballs are not released to our artifactory on release.
This commit is contained in:
parent
344ec1ec2f
commit
91c160ba0d
|
@ -70,7 +70,7 @@
|
||||||
<id>distro-assembly</id>
|
<id>distro-assembly</id>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>single</goal>
|
<goal>assembly</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
|
|
Loading…
Reference in New Issue