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 268268
269269 <build >
270270 <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 >
271282 <!-- Set properties containing the scm revision -->
272283 <plugin >
273284 <groupId >org.codehaus.mojo</groupId >
393404
394405 <pluginManagement >
395406 <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 >
407407 <plugin >
408408 <groupId >org.apache.maven.plugins</groupId >
409409 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments