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 13f0585 commit cdfc710Copy full SHA for cdfc710
pom.xml
@@ -145,6 +145,17 @@
145
<version>4.2.1</version>
146
<extensions>true</extensions>
147
</plugin>
148
+ <plugin>
149
+ <groupId>org.sonatype.plugins</groupId>
150
+ <artifactId>nexus-staging-maven-plugin</artifactId>
151
+ <version>1.6.8</version>
152
+ <extensions>true</extensions>
153
+ <configuration>
154
+ <serverId>ossrh</serverId>
155
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
156
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
157
+ </configuration>
158
+ </plugin>
159
<!--
160
<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-release-plugin</artifactId><version>2.5.3</version></plugin>
161
-->
0 commit comments