File tree Expand file tree Collapse file tree 1 file changed +13
-21
lines changed
Expand file tree Collapse file tree 1 file changed +13
-21
lines changed Original file line number Diff line number Diff line change 3333
3434 <build >
3535 <plugins >
36+ <plugin >
37+ <groupId >org.sonatype.central</groupId >
38+ <artifactId >central-publishing-maven-plugin</artifactId >
39+ <version >0.8.0</version >
40+ <extensions >true</extensions >
41+ <configuration >
42+ <publishingServerId >central</publishingServerId >
43+ <autoPublish >false</autoPublish >
44+ </configuration >
45+ </plugin >
46+
3647 <plugin >
3748 <groupId >org.apache.maven.plugins</groupId >
3849 <artifactId >maven-enforcer-plugin</artifactId >
223234 </java >
224235 </configuration >
225236 </plugin >
226- <plugin >
227- <groupId >org.sonatype.plugins</groupId >
228- <artifactId >nexus-staging-maven-plugin</artifactId >
229- <version >1.6.13</version >
230- <extensions >true</extensions >
231- <configuration >
232- <serverId >ossrh</serverId >
233- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
234- <autoReleaseAfterClose >true</autoReleaseAfterClose >
235- </configuration >
236- </plugin > </plugins >
237+ </plugins >
237238 </build >
238239
239240 <profiles >
361362 <junit-version >5.10.0</junit-version >
362363 <spotless .version>2.21.0</spotless .version>
363364 </properties >
364- <distributionManagement >
365- <snapshotRepository >
366- <id >ossrh</id >
367- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
368- </snapshotRepository >
369- <repository >
370- <id >ossrh</id >
371- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
372- </repository >
373- </distributionManagement ></project >
365+ </project >
You can’t perform that action at this time.
0 commit comments