File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 550550 </execution >
551551 </executions >
552552 </plugin >
553+
554+ <plugin >
555+ <groupId >org.sonatype.central</groupId >
556+ <artifactId >central-publishing-maven-plugin</artifactId >
557+ <version >0.9.0</version >
558+ <extensions >true</extensions >
559+ <configuration >
560+ <publishingServerId >central</publishingServerId >
561+ </configuration >
562+ </plugin >
553563 </plugins >
554564
555565 <pluginManagement >
568578 </pluginManagement >
569579 </build >
570580
571- <distributionManagement >
581+ <!-- < distributionManagement>
572582 <snapshotRepository>
573583 <id>ossrh-snapshot</id>
574584 <url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
577587 <id>ossrh-release</id>
578588 <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
579589 </repository>
580- </distributionManagement >
590+ </distributionManagement>-->
581591
582592</project >
You can’t perform that action at this time.
0 commit comments