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 319
319
<releaseProfiles >elemental-release</releaseProfiles >
320
320
</configuration >
321
321
</plugin >
322
+ <plugin >
323
+ <groupId >org.sonatype.central</groupId >
324
+ <artifactId >central-publishing-maven-plugin</artifactId >
325
+ <version >0.7.0</version >
326
+ <extensions >true</extensions >
327
+ </plugin >
322
328
<plugin >
323
329
<groupId >org.apache.maven.plugins</groupId >
324
330
<artifactId >maven-scm-plugin</artifactId >
604
610
</execution >
605
611
</executions >
606
612
</plugin >
613
+ <plugin >
614
+ <groupId >org.sonatype.central</groupId >
615
+ <artifactId >central-publishing-maven-plugin</artifactId >
616
+ <configuration >
617
+ <publishingServerId >central</publishingServerId >
618
+ <deploymentName >${project.artifactId} </deploymentName >
619
+ <failOnBuildFailure >true</failOnBuildFailure >
620
+ <waitUntil >validated</waitUntil >
621
+ </configuration >
622
+ </plugin >
607
623
</plugins >
608
624
</build >
609
625
</profile >
You can’t perform that action at this time.
0 commit comments