Skip to content

Commit bf1f7d8

Browse files
committed
(pom) Enable automatic publishing to Maven Central
Uncommented and 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 <christian.tzolov@broadcom.com>
1 parent 33329bf commit bf1f7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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)