Skip to content

Commit 8190e23

Browse files
committed
adding nexus-staging-maven-plugin
1 parent 8f90b95 commit 8190e23

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

core/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,17 @@
139139
</execution>
140140
</executions>
141141
</plugin>
142-
142+
<plugin>
143+
<groupId>org.sonatype.plugins</groupId>
144+
<artifactId>nexus-staging-maven-plugin</artifactId>
145+
<version>1.6.7</version>
146+
<extensions>true</extensions>
147+
<configuration>
148+
<serverId>ossrh</serverId>
149+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
150+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
151+
</configuration>
152+
</plugin>
143153
</plugins>
144154
</build>
145155
<dependencies>

0 commit comments

Comments
 (0)