Skip to content

Commit 3848188

Browse files
author
stephen powis
committed
checkin plugin update
1 parent 925daf7 commit 3848188

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,19 @@
218218
</execution>
219219
</executions>
220220
</plugin>
221+
222+
<!-- Release plugin -->
223+
<plugin>
224+
<groupId>org.sonatype.plugins</groupId>
225+
<artifactId>nexus-staging-maven-plugin</artifactId>
226+
<version>1.6.7</version>
227+
<extensions>true</extensions>
228+
<configuration>
229+
<serverId>ossrh</serverId>
230+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
231+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
232+
</configuration>
233+
</plugin>
221234
</plugins>
222235

223236
<pluginManagement>
@@ -253,6 +266,15 @@
253266
</plugins>
254267
</reporting>
255268

269+
<!-- For deploying to maven central -->
270+
<distributionManagement>
271+
<!-- Snapshot repository -->
272+
<snapshotRepository>
273+
<id>ossrh</id>
274+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
275+
</snapshotRepository>
276+
</distributionManagement>
277+
256278
<!-- release profile for deploying -->
257279
<profiles>
258280
<profile>

0 commit comments

Comments
 (0)