File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 3232 <distribution >repo</distribution >
3333 </license >
3434 </licenses >
35- <distributionManagement >
35+ <!-- <distributionManagement>
3636 <snapshotRepository>
3737 <id>ossrh</id>
3838 <url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
4141 <id>ossrh</id>
4242 <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
4343 </repository>
44- </distributionManagement >
44+ </distributionManagement>-->
4545 <build >
4646 <plugins >
4747 <plugin >
9191 </execution >
9292 </executions >
9393 </plugin >
94- <plugin >
94+ <!-- < plugin>
9595 <groupId>org.sonatype.plugins</groupId>
9696 <artifactId>nexus-staging-maven-plugin</artifactId>
9797 <version>1.7.0</version>
101101 <nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
102102 <autoReleaseAfterClose>true</autoReleaseAfterClose>
103103 </configuration>
104+ </plugin>-->
105+ <plugin >
106+ <groupId >org.sonatype.central</groupId >
107+ <artifactId >central-publishing-maven-plugin</artifactId >
108+ <version >0.8.0</version >
109+ <extensions >true</extensions >
110+ <configuration >
111+ <publishingServerId >central</publishingServerId >
112+ <autoPublish >true</autoPublish >
113+ </configuration >
104114 </plugin >
105115 <plugin >
106116 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments