Skip to content

Commit 1949739

Browse files
committed
Update Sonatype settings as per https://central.sonatype.org/pages/ossrh-eol/
1 parent d45d504 commit 1949739

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,17 @@
148148
</execution>
149149
</executions>
150150
</plugin>
151+
<plugin>
152+
<groupId>org.sonatype.central</groupId>
153+
<artifactId>central-publishing-maven-plugin</artifactId>
154+
<version>0.8.0</version>
155+
<extensions>true</extensions>
156+
<configuration>
157+
<publishingServerId>central</publishingServerId>
158+
<autoPublish>true</autoPublish>
159+
<waitUntil>published</waitUntil>
160+
</configuration>
161+
</plugin>
151162
</plugins>
152163
</build>
153164

0 commit comments

Comments
 (0)