File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 256
256
<artifactId >build-helper-maven-plugin</artifactId >
257
257
<version >1.5</version >
258
258
</plugin >
259
+ <!-- This plugin configuration is present to override the configuration specified in the
260
+ parent's pom.xml.
261
+ This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
262
+ <plugin >
263
+ <groupId >org.apache.maven.plugins</groupId >
264
+ <artifactId >maven-release-plugin</artifactId >
265
+ <version >2.1</version >
266
+ <configuration >
267
+ <mavenExecutorId >forked-path</mavenExecutorId >
268
+ <useReleaseProfile >true</useReleaseProfile >
269
+ <arguments >-Psonatype-oss-release ${arguments} </arguments >
270
+ </configuration >
271
+ </plugin >
259
272
<plugin >
260
273
<artifactId >maven-antrun-plugin</artifactId >
261
274
<version >1.6</version >
You can’t perform that action at this time.
0 commit comments