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 1526898 commit 1d9afc1Copy full SHA for 1d9afc1
pom.xml
@@ -199,6 +199,17 @@
199
</execution>
200
</executions>
201
</plugin>
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
</plugins>
214
</build>
215
</profile>
0 commit comments