File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 9494 <name >Nexus Release Repository</name >
9595 <url >https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url >
9696 </repository >
97+ <snapshotRepository >
98+ <id >cloudbees-nexus-snapshots</id >
99+ <name >Sonatype Nexus Snapshots</name >
100+ <url >https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/</url >
101+ </snapshotRepository >
97102 </distributionManagement >
98103
99104 <properties >
310315 <preparationGoals >spotless:apply verify</preparationGoals >
311316 </configuration >
312317 </plugin >
318+ <plugin >
319+ <groupId >org.sonatype.plugins</groupId >
320+ <artifactId >nexus-staging-maven-plugin</artifactId >
321+ <version >1.6.5</version >
322+ <extensions >true</extensions >
323+ <configuration >
324+ <serverId >cloudbees-nexus-snapshots</serverId >
325+ <nexusUrl >https://ossrh-staging-api.central.sonatype.com/</nexusUrl >
326+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
327+ </configuration >
328+ </plugin >
313329 </plugins >
314330 </build >
315331
You can’t perform that action at this time.
0 commit comments