Skip to content

Commit 1a81e6f

Browse files
authored
[ISSUE #253] Add new plugin to auto release
1 parent 888883a commit 1a81e6f

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
@@ -248,6 +248,17 @@
248248
<artifactId>coveralls-maven-plugin</artifactId>
249249
<version>4.3.0</version>
250250
</plugin>
251+
<plugin>
252+
<groupId>org.sonatype.plugins</groupId>
253+
<artifactId>nexus-staging-maven-plugin</artifactId>
254+
<version>1.6.3</version>
255+
<extensions>true</extensions>
256+
<configuration>
257+
<serverId>sonatype-nexus-staging</serverId>
258+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
259+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
260+
</configuration>
261+
</plugin>
251262
</plugins>
252263
</pluginManagement>
253264

0 commit comments

Comments
 (0)