svn commit: r1297424 - /cocoon/cocoon3/trunk/pom.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: simonetripodi
Date: Tue Mar 6 11:08:46 2012
New Revision: 1297424
URL: http://svn.apache.org/viewvc?rev=1297424&view=rev
Log:
added release-plugin settings to avoid it hangs if the gpg.key has not been passed
Modified:
cocoon/cocoon3/trunk/pom.xml
Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=1297424&r1=1297423&r2=1297424&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Tue Mar 6 11:08:46 2012
@@ -75,6 +75,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
<configuration>
+ <mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
<tagBase>https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/${project.artifactId}</tagBase>