Skip to content

Commit d165dea

Browse files
authored
Enable maven deploy plugin (#35)
Setting this value to true allows GitHub Action workflow to publish tarball to Bintray/JFrog.
1 parent c1b9374 commit d165dea

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 artifacts to Bintray/JFrog -->
172+
<skip>false</skip>
173173
</configuration>
174174
</plugin>
175175
</plugins>

0 commit comments

Comments
 (0)