Skip to content

Commit 754e7af

Browse files
committed
[build] try release with nexus plugin
1 parent 63cf7d0 commit 754e7af

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
@@ -293,6 +293,17 @@
293293
</execution>
294294
</executions>
295295
</plugin>
296+
<plugin>
297+
<groupId>org.sonatype.plugins</groupId>
298+
<artifactId>nexus-staging-maven-plugin</artifactId>
299+
<version>1.6.13</version>
300+
<extensions>true</extensions>
301+
<configuration>
302+
<serverId>ossrh</serverId>
303+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
304+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
305+
</configuration>
306+
</plugin>
296307
</plugins>
297308
<extensions>
298309
<extension>

0 commit comments

Comments
 (0)