Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 5f7804b

Browse files
committed
Added Nexus Staging Maven Plugin
1 parent 0c5d387 commit 5f7804b

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
@@ -662,6 +662,17 @@
662662
</execution>
663663
</executions>
664664
</plugin>
665+
<plugin>
666+
<groupId>org.sonatype.plugins</groupId>
667+
<artifactId>nexus-staging-maven-plugin</artifactId>
668+
<version>1.6.7</version>
669+
<extensions>true</extensions>
670+
<configuration>
671+
<serverId>sonatype-nexus-staging</serverId>
672+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
673+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
674+
</configuration>
675+
</plugin>
665676
<plugin>
666677
<groupId>org.apache.maven.plugins</groupId>
667678
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)