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 101fb08 commit f99701bCopy full SHA for f99701b
pom.xml
@@ -384,6 +384,15 @@
384
<artifactId>nexus-staging-maven-plugin</artifactId>
385
<version>1.7.0</version>
386
</plugin>
387
+ <plugin>
388
+ <groupId>org.sonatype.central</groupId>
389
+ <artifactId>central-publishing-maven-plugin</artifactId>
390
+ <version>0.8.0</version>
391
+ <extensions>true</extensions>
392
+ <configuration>
393
+ <publishingServerId>central</publishingServerId>
394
+ </configuration>
395
+ </plugin>
396
<plugin>
397
<groupId>org.codehaus.mojo</groupId>
398
<artifactId>build-helper-maven-plugin</artifactId>
0 commit comments