We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d63c21 commit b6ed973Copy full SHA for b6ed973
1 file changed
pom.xml
@@ -275,6 +275,19 @@
275
<artifactId>build-helper-maven-plugin</artifactId>
276
<version>1.5</version>
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>
291
<plugin>
292
<artifactId>maven-antrun-plugin</artifactId>
293
<version>1.6</version>
0 commit comments