File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -397,6 +397,24 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
397
397
</execution >
398
398
</executions >
399
399
</plugin >
400
+ <plugin >
401
+ <groupId >org.sonatype.plugins</groupId >
402
+ <artifactId >nexus-staging-maven-plugin</artifactId >
403
+ <executions >
404
+ <execution >
405
+ <id >deploy-to-sonatype</id >
406
+ <phase >deploy</phase >
407
+ <goals >
408
+ <goal >deploy</goal >
409
+ <goal >release</goal >
410
+ </goals >
411
+ </execution >
412
+ </executions >
413
+ <configuration >
414
+ <serverId >oss.sonatype.org</serverId >
415
+ <nexusUrl >https://oss.sonatype.org</nexusUrl >
416
+ </configuration >
417
+ </plugin >
400
418
</plugins >
401
419
</build >
402
420
</profile >
@@ -524,4 +542,16 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
524
542
</build >
525
543
</profile >
526
544
</profiles >
545
+
546
+ <distributionManagement >
547
+ <repository >
548
+ <id >sonatype-nexus-staging</id >
549
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
550
+ </repository >
551
+ <snapshotRepository >
552
+ <id >sonatype-nexus-snapshots</id >
553
+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
554
+ </snapshotRepository >
555
+ </distributionManagement >
556
+
527
557
</project >
You can’t perform that action at this time.
0 commit comments