You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/01/27 12:24:14 UTC

svn commit: r1064088 - /incubator/opennlp/trunk/opennlp/pom.xml

Author: joern
Date: Thu Jan 27 11:24:14 2011
New Revision: 1064088

URL: http://svn.apache.org/viewvc?rev=1064088&view=rev
Log:
OPENNLP-100 Without executor id "forked-path" the release plugin get stuck while doing gpg signing

Modified:
    incubator/opennlp/trunk/opennlp/pom.xml

Modified: incubator/opennlp/trunk/opennlp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp/pom.xml?rev=1064088&r1=1064087&r2=1064088&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp/pom.xml Thu Jan 27 11:24:14 2011
@@ -80,6 +80,7 @@
 	            <useReleaseProfile>false</useReleaseProfile>
 	            <goals>deploy</goals>
 	            <arguments>-Papache-release</arguments>
+                <mavenExecutorId>forked-path</mavenExecutorId> 
 	          </configuration>
 	        </plugin>
 	      </plugins>