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 325
325
<releaseProfiles >elemental-release</releaseProfiles >
326
326
</configuration >
327
327
</plugin >
328
+ <plugin >
329
+ <groupId >org.sonatype.central</groupId >
330
+ <artifactId >central-publishing-maven-plugin</artifactId >
331
+ <version >0.7.0</version >
332
+ <extensions >true</extensions >
333
+ </plugin >
328
334
<plugin >
329
335
<groupId >org.apache.maven.plugins</groupId >
330
336
<artifactId >maven-scm-plugin</artifactId >
610
616
</execution >
611
617
</executions >
612
618
</plugin >
619
+ <plugin >
620
+ <groupId >org.sonatype.central</groupId >
621
+ <artifactId >central-publishing-maven-plugin</artifactId >
622
+ <configuration >
623
+ <publishingServerId >central</publishingServerId >
624
+ <deploymentName >${project.artifactId} </deploymentName >
625
+ <failOnBuildFailure >true</failOnBuildFailure >
626
+ <waitUntil >validated</waitUntil >
627
+ </configuration >
628
+ </plugin >
613
629
</plugins >
614
630
</build >
615
631
</profile >
You can’t perform that action at this time.
0 commit comments