We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423aad1 commit 35a8788Copy full SHA for 35a8788
1 file changed
pom.xml
@@ -159,6 +159,7 @@
159
</execution>
160
</executions>
161
</plugin>
162
+ <!--
163
<plugin>
164
<groupId>org.sonatype.plugins</groupId>
165
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -170,6 +171,17 @@
170
171
<autoReleaseAfterClose>true</autoReleaseAfterClose>
172
</configuration>
173
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>
185
</plugins>
186
</build>
187
<distributionManagement>
0 commit comments