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 275
275
<artifactId >build-helper-maven-plugin</artifactId >
276
276
<version >1.5</version >
277
277
</plugin >
278
+ <!-- This plugin configuration is present to override the configuration specified in the
279
+ parent's pom.xml.
280
+ This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
281
+ <plugin >
282
+ <groupId >org.apache.maven.plugins</groupId >
283
+ <artifactId >maven-release-plugin</artifactId >
284
+ <version >2.1</version >
285
+ <configuration >
286
+ <mavenExecutorId >forked-path</mavenExecutorId >
287
+ <useReleaseProfile >true</useReleaseProfile >
288
+ <arguments >-Psonatype-oss-release ${arguments} </arguments >
289
+ </configuration >
290
+ </plugin >
278
291
<plugin >
279
292
<artifactId >maven-antrun-plugin</artifactId >
280
293
<version >1.6</version >
You can’t perform that action at this time.
0 commit comments