We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae73977 commit 2dffd20Copy full SHA for 2dffd20
pom.xml
@@ -254,6 +254,19 @@
254
<artifactId>build-helper-maven-plugin</artifactId>
255
<version>1.5</version>
256
</plugin>
257
+ <!--This plugin configuration is present to override the configuration specified in the
258
+ parent's pom.xml.
259
+ This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
260
+ <plugin>
261
+ <groupId>org.apache.maven.plugins</groupId>
262
+ <artifactId>maven-release-plugin</artifactId>
263
+ <version>2.1</version>
264
+ <configuration>
265
+ <mavenExecutorId>forked-path</mavenExecutorId>
266
+ <useReleaseProfile>true</useReleaseProfile>
267
+ <arguments>-Psonatype-oss-release ${arguments}</arguments>
268
+ </configuration>
269
+ </plugin>
270
<plugin>
271
<artifactId>maven-antrun-plugin</artifactId>
272
<version>1.6</version>
0 commit comments