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 9aafb6d commit 754b1c1Copy full SHA for 754b1c1
pom.xml
@@ -305,6 +305,20 @@
305
</execution>
306
</executions>
307
</plugin>
308
+
309
+ <!-- Upload to Maven Central -->
310
+ <plugin>
311
+ <groupId>org.sonatype.plugins</groupId>
312
+ <artifactId>nexus-staging-maven-plugin</artifactId>
313
+ <version>1.6.8</version>
314
+ <extensions>true</extensions>
315
+ <configuration>
316
+ <serverId>ossrh</serverId>
317
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
318
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
319
+ </configuration>
320
+ </plugin>
321
322
</plugins>
323
</build>
324
</profile>
0 commit comments