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 5e3727c commit 7ec2295Copy full SHA for 7ec2295
pom.xml
@@ -550,7 +550,19 @@
550
</goals>
551
</execution>
552
</executions>
553
- </plugin>
+ </plugin>
554
+
555
+ <!-- Nexus staging, https://oss.sonatype.org/ -->
556
+ <plugin>
557
+ <groupId>org.sonatype.plugins</groupId>
558
+ <artifactId>nexus-staging-maven-plugin</artifactId>
559
+ <extensions>true</extensions>
560
+ <configuration>
561
+ <serverId>ossrh</serverId>
562
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
563
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
564
+ </configuration>
565
566
</plugins>
567
</build>
568
</project>
0 commit comments