Skip to content

Commit 40d968e

Browse files
committed
Update pom.xml
1 parent 18d9fe6 commit 40d968e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,18 @@
261261
</execution>
262262
</executions>
263263
</plugin>
264+
<plugin>
265+
<groupId>org.sonatype.central</groupId>
266+
<artifactId>central-publishing-maven-plugin</artifactId>
267+
<extensions>true</extensions>
268+
<configuration>
269+
<publishingServerId>central</publishingServerId>
270+
<checksums>all</checksums>
271+
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>
272+
<autoPublish>false</autoPublish>
273+
<waitUntil>published</waitUntil>
274+
</configuration>
275+
</plugin>
264276
</plugins>
265277
<resources>
266278
<resource>

0 commit comments

Comments
 (0)