Skip to content

Commit 274c1f6

Browse files
authored
Add central-publishing-maven-plugin plugin to publish to Central Portal (#376)
1 parent a7bc4b8 commit 274c1f6

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
<build>
262262
<plugins>
263263

264+
<plugin>
265+
<groupId>org.sonatype.central</groupId>
266+
<artifactId>central-publishing-maven-plugin</artifactId>
267+
<version>0.7.0</version>
268+
<extensions>true</extensions>
269+
<configuration>
270+
<publishingServerId>central</publishingServerId>
271+
<autoPublish>true</autoPublish>
272+
<waitUntil>published</waitUntil>
273+
</configuration>
274+
</plugin>
275+
264276
<plugin>
265277
<artifactId>maven-compiler-plugin</artifactId>
266278
<version>3.11.0</version>

0 commit comments

Comments
 (0)