File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 4040
4141 <build >
4242 <plugins >
43- <plugin >
44- <!-- Automatically close and deploy from OSSRH -->
45- <groupId >org.sonatype.central</groupId >
46- <artifactId >central-publishing-maven-plugin</artifactId >
47- <version >0.6.0</version >
48- <extensions >true</extensions >
49- <configuration >
50- <publishingServerId >ossrh</publishingServerId >
51- <tokenAuth >true</tokenAuth >
52- <!-- Release versions will be synced to Maven Central automatically. -->
53- <autoPublish >true</autoPublish >
54- </configuration >
55- </plugin >
43+ <!-- <plugin> -- >
44+ <!-- <!– Automatically close and deploy from OSSRH –> -->
45+ <!-- <groupId>org.sonatype.central</groupId> -- >
46+ <!-- <artifactId>central-publishing-maven-plugin</artifactId> -- >
47+ <!-- <version>0.6.0</version> -- >
48+ <!-- <extensions>true</extensions> -- >
49+ <!-- <configuration> -- >
50+ <!-- <publishingServerId>ossrh</publishingServerId> -- >
51+ <!-- <tokenAuth>true</tokenAuth> -- >
52+ <!-- <!– Release versions will be synced to Maven Central automatically. –> -->
53+ <!-- <autoPublish>true</autoPublish> -- >
54+ <!-- </configuration> -- >
55+ <!-- </plugin> -- >
5656 <plugin >
5757 <groupId >org.apache.maven.plugins</groupId >
5858 <artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments