File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 319319 <releaseProfiles >elemental-release</releaseProfiles >
320320 </configuration >
321321 </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 >
322328 <plugin >
323329 <groupId >org.apache.maven.plugins</groupId >
324330 <artifactId >maven-scm-plugin</artifactId >
604610 </execution >
605611 </executions >
606612 </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 >
607623 </plugins >
608624 </build >
609625 </profile >
You can’t perform that action at this time.
0 commit comments