Skip to content

Commit a8b2124

Browse files
committed
Add plugin for publishing to Central
1 parent e9d0139 commit a8b2124

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,20 @@
340340
</archive>
341341
</configuration>
342342
</plugin>
343+
344+
<!--
345+
For publishing to Maven Central
346+
https://central.sonatype.org/publish/publish-portal-maven/
347+
-->
348+
<plugin>
349+
<groupId>org.sonatype.central</groupId>
350+
<artifactId>central-publishing-maven-plugin</artifactId>
351+
<version>0.9.0</version>
352+
<extensions>true</extensions>
353+
<configuration>
354+
<publishingServerId>central</publishingServerId>
355+
</configuration>
356+
</plugin>
343357
</plugins>
344358
</build>
345359

0 commit comments

Comments
 (0)