Skip to content

Commit

Permalink
Don't attach pulsar-*-{src,bin}.tar.gz to maven artifacts (apache#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Aug 15, 2017
1 parent 8440e3d commit ff0b4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>distro-assembly</id>
Expand All @@ -109,6 +108,7 @@
<goal>single</goal>
</goals>
<configuration>
<attach>false</attach>
<tarLongFileMode>posix</tarLongFileMode>
<finalName>apache-pulsar-${project.version}</finalName>
<descriptors>
Expand Down

0 comments on commit ff0b4f5

Please sign in to comment.