Skip to content

Commit 09ad834

Browse files
committed
Add nexus staging maven plugin to speed up release cycles
1 parent 63fb6ec commit 09ad834

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
@@ -240,6 +240,17 @@
240240
</execution>
241241
</executions>
242242
</plugin>
243+
<plugin>
244+
<groupId>org.sonatype.plugins</groupId>
245+
<artifactId>nexus-staging-maven-plugin</artifactId>
246+
<version>1.6.7</version>
247+
<extensions>true</extensions>
248+
<configuration>
249+
<serverId>ossrh</serverId>
250+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
251+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
252+
</configuration>
253+
</plugin>
243254
</plugins>
244255
</build>
245256
</profile>

0 commit comments

Comments
 (0)