We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46be685 commit 288c1c1Copy full SHA for 288c1c1
pom.xml
@@ -415,6 +415,25 @@
415
<id>ossrh-release</id>
416
<build>
417
<plugins>
418
+ <plugin>
419
+ <groupId>org.sonatype.plugins</groupId>
420
+ <artifactId>nexus-staging-maven-plugin</artifactId>
421
+ <version>${nexus-staging-maven-plugin.version}</version>
422
+ <executions>
423
+ <execution>
424
+ <id>default-deploy</id>
425
+ <phase>deploy</phase>
426
+ <goals>
427
+ <goal>deploy</goal>
428
+ </goals>
429
+ </execution>
430
+ </executions>
431
+ <configuration>
432
+ <serverId>ossrh</serverId>
433
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
434
+ <skipStaging>false</skipStaging>
435
+ </configuration>
436
+ </plugin>
437
<plugin>
438
<groupId>org.apache.maven.plugins</groupId>
439
<artifactId>maven-source-plugin</artifactId>
0 commit comments