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 94
94
<name >Nexus Release Repository</name >
95
95
<url >https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url >
96
96
</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 >
97
102
</distributionManagement >
98
103
99
104
<properties >
310
315
<preparationGoals >spotless:apply verify</preparationGoals >
311
316
</configuration >
312
317
</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 >
313
329
</plugins >
314
330
</build >
315
331
You can’t perform that action at this time.
0 commit comments