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 d44449e commit 831777eCopy full SHA for 831777e
pom.xml
@@ -462,6 +462,18 @@ limitations under the License.]]></inlineHeader>
462
</execution>
463
</executions>
464
</plugin>
465
+ <plugin>
466
+ <groupId>org.sonatype.plugins</groupId>
467
+ <artifactId>nexus-staging-maven-plugin</artifactId>
468
+ <version>1.6.8</version>
469
+ <extensions>true</extensions>
470
+ <configuration>
471
+ <serverId>ossrh</serverId>
472
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
473
+ <autoReleaseAfterClose>false</autoReleaseAfterClose>
474
+ <skipLocalStaging>true</skipLocalStaging>
475
+ </configuration>
476
+ </plugin>
477
</plugins>
478
</build>
479
<profiles>
0 commit comments