File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 318
318
<releaseProfiles >elemental-release</releaseProfiles >
319
319
</configuration >
320
320
</plugin >
321
+ <plugin >
322
+ <groupId >org.sonatype.central</groupId >
323
+ <artifactId >central-publishing-maven-plugin</artifactId >
324
+ <version >0.7.0</version >
325
+ <extensions >true</extensions >
326
+ </plugin >
321
327
<plugin >
322
328
<groupId >org.apache.maven.plugins</groupId >
323
329
<artifactId >maven-scm-plugin</artifactId >
618
624
</execution >
619
625
</executions >
620
626
</plugin >
627
+ <plugin >
628
+ <groupId >org.sonatype.central</groupId >
629
+ <artifactId >central-publishing-maven-plugin</artifactId >
630
+ <configuration >
631
+ <publishingServerId >central</publishingServerId >
632
+ <deploymentName >${project.artifactId} </deploymentName >
633
+ <failOnBuildFailure >true</failOnBuildFailure >
634
+ <waitUntil >validated</waitUntil >
635
+ </configuration >
636
+ </plugin >
621
637
</plugins >
622
638
</build >
623
639
</profile >
You can’t perform that action at this time.
0 commit comments