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 6069cb2 commit 8ed90f6Copy full SHA for 8ed90f6
pom.xml
@@ -199,6 +199,17 @@
199
</activation>
200
<build>
201
<plugins>
202
+ <plugin>
203
+ <groupId>org.sonatype.plugins</groupId>
204
+ <artifactId>nexus-staging-maven-plugin</artifactId>
205
+ <version>1.6.8</version>
206
+ <extensions>true</extensions>
207
+ <configuration>
208
+ <serverId>ossrh</serverId>
209
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
210
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
211
+ </configuration>
212
+ </plugin>
213
<plugin>
214
<groupId>org.apache.maven.plugins</groupId>
215
<artifactId>maven-gpg-plugin</artifactId>
0 commit comments