Skip to content

Commit 0af7fa1

Browse files
committed
Add plugin configuration to maven-release-plugin
1 parent ee0acce commit 0af7fa1

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

pom.xml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -299,58 +299,6 @@
299299
<arguments>-Psonatype-oss-release ${arguments}</arguments>
300300
</configuration>
301301
</plugin>
302-
<!--This plugin configuration is present to override the configuration specified in the
303-
parent's pom.xml.
304-
This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
305-
<plugin>
306-
<groupId>org.apache.maven.plugins</groupId>
307-
<artifactId>maven-release-plugin</artifactId>
308-
<version>2.1</version>
309-
<configuration>
310-
<mavenExecutorId>forked-path</mavenExecutorId>
311-
<useReleaseProfile>true</useReleaseProfile>
312-
<arguments>-Psonatype-oss-release ${arguments}</arguments>
313-
</configuration>
314-
</plugin>
315-
<!--This plugin configuration is present to override the configuration specified in the
316-
parent's pom.xml.
317-
This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
318-
<plugin>
319-
<groupId>org.apache.maven.plugins</groupId>
320-
<artifactId>maven-release-plugin</artifactId>
321-
<version>2.1</version>
322-
<configuration>
323-
<mavenExecutorId>forked-path</mavenExecutorId>
324-
<useReleaseProfile>true</useReleaseProfile>
325-
<arguments>-Psonatype-oss-release ${arguments}</arguments>
326-
</configuration>
327-
</plugin>
328-
<!--This plugin configuration is present to override the configuration specified in the
329-
parent's pom.xml.
330-
This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
331-
<plugin>
332-
<groupId>org.apache.maven.plugins</groupId>
333-
<artifactId>maven-release-plugin</artifactId>
334-
<version>2.1</version>
335-
<configuration>
336-
<mavenExecutorId>forked-path</mavenExecutorId>
337-
<useReleaseProfile>true</useReleaseProfile>
338-
<arguments>-Psonatype-oss-release ${arguments}</arguments>
339-
</configuration>
340-
</plugin>
341-
<!--This plugin configuration is present to override the configuration specified in the
342-
parent's pom.xml.
343-
This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
344-
<plugin>
345-
<groupId>org.apache.maven.plugins</groupId>
346-
<artifactId>maven-release-plugin</artifactId>
347-
<version>2.1</version>
348-
<configuration>
349-
<mavenExecutorId>forked-path</mavenExecutorId>
350-
<useReleaseProfile>true</useReleaseProfile>
351-
<arguments>-Psonatype-oss-release ${arguments}</arguments>
352-
</configuration>
353-
</plugin>
354302
<plugin>
355303
<artifactId>maven-assembly-plugin</artifactId>
356304
<version>2.2</version>

0 commit comments

Comments
 (0)