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 318318 <releaseProfiles >elemental-release</releaseProfiles >
319319 </configuration >
320320 </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 >
321327 <plugin >
322328 <groupId >org.apache.maven.plugins</groupId >
323329 <artifactId >maven-scm-plugin</artifactId >
618624 </execution >
619625 </executions >
620626 </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 >
621637 </plugins >
622638 </build >
623639 </profile >
You can’t perform that action at this time.
0 commit comments