We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2042e3 commit bc5061aCopy full SHA for bc5061a
pom.xml
@@ -248,6 +248,17 @@
248
<includeTestClasses>false</includeTestClasses>
249
</configuration>
250
</plugin>
251
+ <plugin>
252
+ <groupId>org.sonatype.plugins</groupId>
253
+ <artifactId>nexus-staging-maven-plugin</artifactId>
254
+ <version>1.7.0</version>
255
+ <extensions>true</extensions>
256
+ <configuration>
257
+ <serverId>ossrh</serverId>
258
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
259
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
260
+ </configuration>
261
+ </plugin>
262
<plugin>
263
<groupId>org.apache.maven.plugins</groupId>
264
<artifactId>maven-site-plugin</artifactId>
0 commit comments