Skip to content

Commit a52fa4d

Browse files
committed
Add the maven plugin nexus-staging-maven-plugin
1 parent 9031aab commit a52fa4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,17 @@
243243
</execution>
244244
</executions>
245245
</plugin>
246+
<plugin>
247+
<groupId>org.sonatype.plugins</groupId>
248+
<artifactId>nexus-staging-maven-plugin</artifactId>
249+
<version>1.6.7</version>
250+
<extensions>true</extensions>
251+
<configuration>
252+
<serverId>ossrh</serverId>
253+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
254+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
255+
</configuration>
256+
</plugin>
246257
<plugin>
247258
<groupId>org.apache.maven.plugins</groupId>
248259
<artifactId>maven-plugin-plugin</artifactId>

0 commit comments

Comments
 (0)