Skip to content

Commit 313c3ed

Browse files
author
Lars Wander
committed
Add nexus staging plugin to help streamline release
1 parent dd979d0 commit 313c3ed

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
@@ -68,6 +68,17 @@
6868
<goals>deploy</goals>
6969
</configuration>
7070
</plugin>
71+
<plugin>
72+
<groupId>org.sonatype.plugins</groupId>
73+
<artifactId>nexus-staging-maven-plugin</artifactId>
74+
<version>1.6.7</version>
75+
<extensions>true</extensions>
76+
<configuration>
77+
<serverId>sonatype-nexus-staging</serverId>
78+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
79+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
80+
</configuration>
81+
</plugin>
7182
</plugins>
7283
</build>
7384
<profiles>

0 commit comments

Comments
 (0)