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