Author: tv
Date: Tue Apr 5 19:31:46 2011
New Revision: 1089171
URL: http://svn.apache.org/viewvc?rev=1089171&view=rev
Log:
Work around release/gpg-plugin problems
Modified:
turbine/core/trunk/pom.xml
Modified: turbine/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1089171&r1=1089170&r2=1089171&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Tue Apr 5 19:31:46 2011
@@ -524,6 +524,15 @@
<artifactId>maven-changes-plugin</artifactId>
<version>2.4</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <mavenExecutorId>forked-path</mavenExecutorId>
+ </configuration>
+ </plugin>
+
<!-- TODO: later use toolchain support to do compilation on an external
JDK 1.3+ compiler -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
@@ -1103,9 +1112,6 @@
<!-- We want to sign the artifact, the POM, and all attached
artifacts -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
- <configuration>
- <mavenExecutorId>forked-path</mavenExecutorId>
- </configuration>
<executions>
<execution>
<id>sign-artifacts</id>
@@ -1172,9 +1178,6 @@
<!-- We want to sign the artifact, the POM, and all attached
artifacts -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
- <configuration>
- <mavenExecutorId>forked-path</mavenExecutorId>
- </configuration>
<executions>
<execution>
<id>sign-artifacts</id>