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