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 @@ -220,14 +220,20 @@ limitations under the License.
220
220
<passphrase >${env.GPG_PASSPHRASE} </passphrase >
221
221
</configuration >
222
222
</plugin >
223
+ <plugin >
224
+ <groupId >org.sonatype.plugins</groupId >
225
+ <artifactId >nexus-staging-maven-plugin</artifactId >
226
+ <version >1.7.0</version >
227
+ <extensions >true</extensions >
228
+ <configuration >
229
+ <serverId >sonatype-new</serverId >
230
+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
231
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
232
+ <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
233
+ </configuration >
234
+ </plugin >
223
235
</plugins >
224
236
</build >
225
- <distributionManagement >
226
- <repository >
227
- <id >sonatype-new</id >
228
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url >
229
- </repository >
230
- </distributionManagement >
231
237
</profile >
232
238
233
239
<profile >
You can’t perform that action at this time.
0 commit comments