File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -222,14 +222,20 @@ limitations under the License.
222
222
<passphrase >${env.GPG_PASSPHRASE} </passphrase >
223
223
</configuration >
224
224
</plugin >
225
+ <plugin >
226
+ <groupId >org.sonatype.plugins</groupId >
227
+ <artifactId >nexus-staging-maven-plugin</artifactId >
228
+ <version >1.7.0</version >
229
+ <extensions >true</extensions >
230
+ <configuration >
231
+ <serverId >sonatype-new</serverId >
232
+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
233
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
234
+ <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
235
+ </configuration >
236
+ </plugin >
225
237
</plugins >
226
238
</build >
227
- <distributionManagement >
228
- <repository >
229
- <id >sonatype-new</id >
230
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url >
231
- </repository >
232
- </distributionManagement >
233
239
</profile >
234
240
235
241
<profile >
You can’t perform that action at this time.
0 commit comments