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 0203101 commit 10e38a2Copy full SHA for 10e38a2
pom.xml
@@ -370,6 +370,17 @@
370
<groupId>org.apache.maven.plugins</groupId>
371
<artifactId>maven-antrun-plugin</artifactId>
372
</plugin>
373
+ <plugin>
374
+ <groupId>org.sonatype.central</groupId>
375
+ <artifactId>central-publishing-maven-plugin</artifactId>
376
+ <version>0.8.0</version>
377
+ <extensions>true</extensions>
378
+ <configuration>
379
+ <publishingServerId>sonatype.release</publishingServerId>
380
+ <autoPublish>false</autoPublish>
381
+ <ignorePublishedComponents>true</ignorePublishedComponents>
382
+ </configuration>
383
+ </plugin>
384
</plugins>
385
</build>
386
<profiles>
@@ -486,7 +497,7 @@
486
497
</goals>
487
498
</execution>
488
499
</executions>
489
- </plugin>
500
490
501
491
502
492
503
0 commit comments