Skip to content

Commit 8ed90f6

Browse files
committed
add nexus-staging Maven plugin
1 parent 6069cb2 commit 8ed90f6

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
@@ -199,6 +199,17 @@
199199
</activation>
200200
<build>
201201
<plugins>
202+
<plugin>
203+
<groupId>org.sonatype.plugins</groupId>
204+
<artifactId>nexus-staging-maven-plugin</artifactId>
205+
<version>1.6.8</version>
206+
<extensions>true</extensions>
207+
<configuration>
208+
<serverId>ossrh</serverId>
209+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
210+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
211+
</configuration>
212+
</plugin>
202213
<plugin>
203214
<groupId>org.apache.maven.plugins</groupId>
204215
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)