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 888883a commit 1a81e6fCopy full SHA for 1a81e6f
pom.xml
@@ -248,6 +248,17 @@
248
<artifactId>coveralls-maven-plugin</artifactId>
249
<version>4.3.0</version>
250
</plugin>
251
+ <plugin>
252
+ <groupId>org.sonatype.plugins</groupId>
253
+ <artifactId>nexus-staging-maven-plugin</artifactId>
254
+ <version>1.6.3</version>
255
+ <extensions>true</extensions>
256
+ <configuration>
257
+ <serverId>sonatype-nexus-staging</serverId>
258
+ <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
259
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
260
+ </configuration>
261
+ </plugin>
262
</plugins>
263
</pluginManagement>
264
0 commit comments