Skip to content

Commit a72abf6

Browse files
authored
(pom) Enable automatic publishing to Maven Central (#63)
Set autoPublish to true in the Maven configuration to automatically publish artifacts to the Central repository when the release is performed. Signed-off-by: Christian Tzolov <[email protected]>
1 parent 33329bf commit a72abf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
<extensions>true</extensions>
302302
<configuration>
303303
<publishingServerId>central</publishingServerId>
304-
<!-- <autoPublish>false</autoPublish> -->
304+
<autoPublish>true</autoPublish>
305305
</configuration>
306306
</plugin>
307307
<plugin>

0 commit comments

Comments
 (0)