File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 32
32
<id >Documentation</id >
33
33
<url >https://docs.gradle.com</url >
34
34
</site >
35
- <snapshotRepository >
36
- <id >ossrh</id >
37
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
38
- </snapshotRepository >
39
- <repository >
40
- <id >ossrh</id >
41
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url >
42
- </repository >
43
35
</distributionManagement >
44
36
45
37
<developers >
240
232
<skipNoKey >false</skipNoKey >
241
233
</configuration >
242
234
</plugin >
235
+ <plugin >
236
+ <groupId >org.sonatype.central</groupId >
237
+ <artifactId >central-publishing-maven-plugin</artifactId >
238
+ <version >0.7.0</version >
239
+ <extensions >true</extensions >
240
+ <configuration >
241
+ <publishingServerId >ossrh</publishingServerId >
242
+ <autoPublish >true</autoPublish >
243
+ <waitUntil >published</waitUntil >
244
+ <deploymentName >Common Custom User Data Maven Extension</deploymentName >
245
+ </configuration >
246
+ </plugin >
243
247
</plugins >
244
248
</build >
245
249
</profile >
You can’t perform that action at this time.
0 commit comments