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 63cf7d0 commit 754e7afCopy full SHA for 754e7af
pom.xml
@@ -293,6 +293,17 @@
293
</execution>
294
</executions>
295
</plugin>
296
+ <plugin>
297
+ <groupId>org.sonatype.plugins</groupId>
298
+ <artifactId>nexus-staging-maven-plugin</artifactId>
299
+ <version>1.6.13</version>
300
+ <extensions>true</extensions>
301
+ <configuration>
302
+ <serverId>ossrh</serverId>
303
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
304
+ <autoReleaseAfterClose>false</autoReleaseAfterClose>
305
+ </configuration>
306
+ </plugin>
307
</plugins>
308
<extensions>
309
<extension>
0 commit comments