Skip to content

Commit 831777e

Browse files
committed
Use ossrh plugin
1 parent d44449e commit 831777e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,18 @@ limitations under the License.]]></inlineHeader>
462462
</execution>
463463
</executions>
464464
</plugin>
465+
<plugin>
466+
<groupId>org.sonatype.plugins</groupId>
467+
<artifactId>nexus-staging-maven-plugin</artifactId>
468+
<version>1.6.8</version>
469+
<extensions>true</extensions>
470+
<configuration>
471+
<serverId>ossrh</serverId>
472+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
473+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
474+
<skipLocalStaging>true</skipLocalStaging>
475+
</configuration>
476+
</plugin>
465477
</plugins>
466478
</build>
467479
<profiles>

0 commit comments

Comments
 (0)