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 184184 <artifactId >maven-release-plugin</artifactId >
185185 <version >3.1.1</version >
186186 </plugin >
187+ <plugin >
188+ <groupId >org.sonatype.central</groupId >
189+ <artifactId >central-publishing-maven-plugin</artifactId >
190+ <version >0.7.0</version >
191+ <extensions >true</extensions >
192+ </plugin >
187193 </plugins >
188194 </pluginManagement >
189195
333339 <tagNameFormat >@{project.artifactId}-@{project.version}</tagNameFormat >
334340 </configuration >
335341 </plugin >
342+ <plugin >
343+ <groupId >org.sonatype.central</groupId >
344+ <artifactId >central-publishing-maven-plugin</artifactId >
345+ <configuration >
346+ <publishingServerId >central</publishingServerId >
347+ <deploymentName >${project.artifactId} </deploymentName >
348+ <failOnBuildFailure >true</failOnBuildFailure >
349+ <waitUntil >validated</waitUntil >
350+ </configuration >
351+ </plugin >
336352 </plugins >
337353 </build >
338354
You can’t perform that action at this time.
0 commit comments