File tree Expand file tree Collapse file tree 1 file changed +21
-14
lines changed
Expand file tree Collapse file tree 1 file changed +21
-14
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments