Skip to content

Commit 9c976bf

Browse files
Merge pull request #72 from lwander/adds-staging-plugin
Add nexus staging plugin to help streamline release
2 parents 05c24cb + 313c3ed commit 9c976bf

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

0 commit comments

Comments
 (0)