File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 268
268
269
269
<build >
270
270
<plugins >
271
+ <plugin >
272
+ <groupId >org.sonatype.central</groupId >
273
+ <artifactId >central-publishing-maven-plugin</artifactId >
274
+ <version >${version.org.sonatype.central} </version >
275
+ <extensions >true</extensions >
276
+ <configuration >
277
+ <publishingServerId >central</publishingServerId >
278
+ <autoPublish >true</autoPublish >
279
+ <waitUntil >published</waitUntil >
280
+ </configuration >
281
+ </plugin >
271
282
<!-- Set properties containing the scm revision -->
272
283
<plugin >
273
284
<groupId >org.codehaus.mojo</groupId >
393
404
394
405
<pluginManagement >
395
406
<plugins >
396
- <plugin >
397
- <groupId >org.sonatype.central</groupId >
398
- <artifactId >central-publishing-maven-plugin</artifactId >
399
- <version >${version.org.sonatype.central} </version >
400
- <extensions >true</extensions >
401
- <configuration >
402
- <publishingServerId >central</publishingServerId >
403
- <autoPublish >true</autoPublish >
404
- <waitUntil >published</waitUntil >
405
- </configuration >
406
- </plugin >
407
407
<plugin >
408
408
<groupId >org.apache.maven.plugins</groupId >
409
409
<artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments