File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 100
100
</additionalOptions >
101
101
</configuration >
102
102
</plugin >
103
+ <plugin >
104
+ <groupId >org.sonatype.plugins</groupId >
105
+ <artifactId >nexus-staging-maven-plugin</artifactId >
106
+ <version >1.7.0</version >
107
+ <extensions >true</extensions >
108
+ <configuration >
109
+ <serverId >sonatype-new</serverId >
110
+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
111
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
112
+ <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
113
+ </configuration >
114
+ </plugin >
103
115
</plugins >
104
116
</build >
105
- <distributionManagement >
106
- <repository >
107
- <id >sonatype-new</id >
108
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url >
109
- </repository >
110
- </distributionManagement >
111
117
</profile >
112
118
</profiles >
113
119
You can’t perform that action at this time.
0 commit comments