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 63dc2ec commit 6e58527Copy full SHA for 6e58527
pom.xml
@@ -363,6 +363,17 @@
363
<groupId>org.apache.maven.plugins</groupId>
364
<artifactId>maven-antrun-plugin</artifactId>
365
</plugin>
366
+ <plugin>
367
+ <groupId>org.sonatype.central</groupId>
368
+ <artifactId>central-publishing-maven-plugin</artifactId>
369
+ <version>0.8.0</version>
370
+ <extensions>true</extensions>
371
+ <configuration>
372
+ <publishingServerId>sonatype.release</publishingServerId>
373
+ <autoPublish>false</autoPublish>
374
+ <ignorePublishedComponents>true</ignorePublishedComponents>
375
+ </configuration>
376
+ </plugin>
377
</plugins>
378
</build>
379
<profiles>
@@ -477,7 +488,7 @@
477
488
</goals>
478
489
</execution>
479
490
</executions>
480
- </plugin>
491
481
492
482
493
483
494
0 commit comments