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 184
184
<artifactId >maven-release-plugin</artifactId >
185
185
<version >3.1.1</version >
186
186
</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 >
187
193
</plugins >
188
194
</pluginManagement >
189
195
334
340
<releaseProfiles >expath-release-sign-artifacts</releaseProfiles >
335
341
</configuration >
336
342
</plugin >
343
+ <plugin >
344
+ <groupId >org.sonatype.central</groupId >
345
+ <artifactId >central-publishing-maven-plugin</artifactId >
346
+ <configuration >
347
+ <publishingServerId >central</publishingServerId >
348
+ <deploymentName >${project.artifactId} </deploymentName >
349
+ <failOnBuildFailure >true</failOnBuildFailure >
350
+ <waitUntil >validated</waitUntil >
351
+ </configuration >
352
+ </plugin >
337
353
</plugins >
338
354
</build >
339
355
You can’t perform that action at this time.
0 commit comments