Skip to content

Commit 666eff3

Browse files
committed
update nexus-staging-maven-plugin and move to release-sign-artifacts
profile
1 parent 8007eaa commit 666eff3

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

pom.xml

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,27 @@
366366
</execution>
367367
</executions>
368368
</plugin>
369+
<plugin>
370+
<groupId>org.sonatype.plugins</groupId>
371+
<artifactId>nexus-staging-maven-plugin</artifactId>
372+
<version>1.6.13</version>
373+
<extensions>true</extensions>
374+
<configuration>
375+
<serverId>ossrh</serverId>
376+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
377+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
378+
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
379+
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
380+
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
381+
</configuration>
382+
<dependencies>
383+
<dependency>
384+
<groupId>com.google.guava</groupId>
385+
<artifactId>guava</artifactId>
386+
<version>15.0</version>
387+
</dependency>
388+
</dependencies>
389+
</plugin>
369390
</plugins>
370391
</build>
371392
</profile>
@@ -2151,20 +2172,6 @@
21512172
<quiet>true</quiet>
21522173
</configuration>
21532174
</plugin>
2154-
<plugin>
2155-
<groupId>org.sonatype.plugins</groupId>
2156-
<artifactId>nexus-staging-maven-plugin</artifactId>
2157-
<version>1.6.11</version>
2158-
<extensions>true</extensions>
2159-
<configuration>
2160-
<serverId>ossrh</serverId>
2161-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
2162-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
2163-
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
2164-
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
2165-
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
2166-
</configuration>
2167-
</plugin>
21682175
</plugins>
21692176
<pluginManagement>
21702177
<plugins>

0 commit comments

Comments
 (0)