1 parent fa8cf5e commit 4dbebf8Copy full SHA for 4dbebf8
1 file changed
pom.xml
@@ -390,6 +390,19 @@
390
<arguments>-Psonatype-oss-release ${arguments}</arguments>
391
</configuration>
392
</plugin>
393
+ <!--This plugin configuration is present to override the configuration specified in the
394
+ parent's pom.xml.
395
+ This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
396
+ <plugin>
397
+ <groupId>org.apache.maven.plugins</groupId>
398
+ <artifactId>maven-release-plugin</artifactId>
399
+ <version>2.1</version>
400
+ <configuration>
401
+ <mavenExecutorId>forked-path</mavenExecutorId>
402
+ <useReleaseProfile>true</useReleaseProfile>
403
+ <arguments>-Psonatype-oss-release ${arguments}</arguments>
404
+ </configuration>
405
+ </plugin>
406
<plugin>
407
<artifactId>maven-assembly-plugin</artifactId>
408
<version>2.2</version>
0 commit comments