Skip to content

Commit 3ae39d6

Browse files
committed
added nexus staging again
1 parent 0cefce1 commit 3ae39d6

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
@@ -119,6 +119,17 @@
119119
<artifactId>maven-surefire-plugin</artifactId>
120120
<version>3.3.0</version>
121121
</plugin>
122+
<plugin>
123+
<groupId>org.sonatype.plugins</groupId>
124+
<artifactId>nexus-staging-maven-plugin</artifactId>
125+
<version>1.7.0</version>
126+
<extensions>true</extensions>
127+
<configuration>
128+
<serverId>ossrh</serverId>
129+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
130+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
131+
</configuration>
132+
</plugin>
122133
</plugins>
123134
</pluginManagement>
124135
</build>

0 commit comments

Comments
 (0)