Skip to content

Commit c6adc64

Browse files
committed
! add missing element in tool pom for deploy
1 parent 1f8519c commit c6adc64

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tool/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@
8383
</dependency>
8484
</dependencies>
8585

86+
<distributionManagement>
87+
<snapshotRepository>
88+
<id>ossrh</id>
89+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
90+
</snapshotRepository>
91+
</distributionManagement>
92+
8693
<build>
8794
<plugins>
8895
<plugin>
@@ -110,6 +117,17 @@
110117
</execution>
111118
</executions>
112119
</plugin>
120+
<plugin>
121+
<groupId>org.sonatype.plugins</groupId>
122+
<artifactId>nexus-staging-maven-plugin</artifactId>
123+
<version>1.6.8</version>
124+
<extensions>true</extensions>
125+
<configuration>
126+
<serverId>ossrh</serverId>
127+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
128+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
129+
</configuration>
130+
</plugin>
113131
<!--
114132
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
115133

0 commit comments

Comments
 (0)