Skip to content

Commit 35a8788

Browse files
authored
Update pom.xml
1 parent 423aad1 commit 35a8788

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
</execution>
160160
</executions>
161161
</plugin>
162+
<!--
162163
<plugin>
163164
<groupId>org.sonatype.plugins</groupId>
164165
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -170,6 +171,17 @@
170171
<autoReleaseAfterClose>true</autoReleaseAfterClose>
171172
</configuration>
172173
</plugin>
174+
-->
175+
<plugin>
176+
<groupId>org.sonatype.central</groupId>
177+
<artifactId>central-publishing-maven-plugin</artifactId>
178+
<version>0.8.0</version>
179+
<extensions>true</extensions>
180+
<configuration>
181+
<publishingServerId>central</publishingServerId>
182+
<autoPublish>true</autoPublish>
183+
</configuration>
184+
</plugin>
173185
</plugins>
174186
</build>
175187
<distributionManagement>

0 commit comments

Comments
 (0)