File tree Expand file tree Collapse file tree 1 file changed +9
-24
lines changed Expand file tree Collapse file tree 1 file changed +9
-24
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,15 @@ governing permissions and limitations under the License.
95
95
</execution >
96
96
</executions >
97
97
</plugin >
98
+ <plugin >
99
+ <groupId >org.sonatype.central</groupId >
100
+ <artifactId >central-publishing-maven-plugin</artifactId >
101
+ <version >0.8.0</version >
102
+ <extensions >true</extensions >
103
+ <configuration >
104
+ <publishingServerId >central</publishingServerId >
105
+ </configuration >
106
+ </plugin >
98
107
</plugins >
99
108
100
109
<pluginManagement >
@@ -154,18 +163,6 @@ governing permissions and limitations under the License.
154
163
<artifactId >maven-enforcer-plugin</artifactId >
155
164
<version >3.6.0</version >
156
165
</plugin >
157
- <plugin >
158
- <groupId >org.sonatype.plugins</groupId >
159
- <artifactId >nexus-staging-maven-plugin</artifactId >
160
- <version >1.7.0</version >
161
- <extensions >true</extensions >
162
- <configuration >
163
- <serverId >ossrh</serverId >
164
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
165
- <!-- Closing takes a long time and often times out, which causes the build to fail -->
166
- <skipStagingRepositoryClose >true</skipStagingRepositoryClose >
167
- </configuration >
168
- </plugin >
169
166
<plugin >
170
167
<artifactId >maven-release-plugin</artifactId >
171
168
<version >3.1.1</version >
@@ -251,16 +248,4 @@ governing permissions and limitations under the License.
251
248
</build >
252
249
</profile >
253
250
</profiles >
254
-
255
-
256
- <distributionManagement >
257
- <snapshotRepository >
258
- <id >ossrh</id >
259
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
260
- </snapshotRepository >
261
- <repository >
262
- <id >ossrh</id >
263
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
264
- </repository >
265
- </distributionManagement >
266
251
</project >
You can’t perform that action at this time.
0 commit comments