Skip to content

Commit b9ee1db

Browse files
authored
Deploy binary assembly to bintray (#18)
1 parent 2a4e76e commit b9ee1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zookeeper-assembly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
<plugin>
169169
<artifactId>maven-deploy-plugin</artifactId>
170170
<configuration>
171-
<!-- this module isn't to be deployed to Maven Central -->
172-
<skip>true</skip>
171+
<!-- Deploy binary assembly to bintray -->
172+
<skip>false</skip>
173173
</configuration>
174174
</plugin>
175175
</plugins>

0 commit comments

Comments
 (0)