You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2011/11/11 00:44:59 UTC

svn commit: r1200631 - /turbine/maven/turbine-parent/trunk/pom.xml

Author: sgoeschl
Date: Thu Nov 10 23:44:58 2011
New Revision: 1200631

URL: http://svn.apache.org/viewvc?rev=1200631&view=rev
Log:
Working around MGPG-9 - hanging Maven build when waiting for PGP pass phrase

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1200631&r1=1200630&r2=1200631&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Nov 10 23:44:58 2011
@@ -446,6 +446,7 @@
             <configuration>
               <!-- Pass these arguments to the deploy plugin. -->
               <arguments>-Prelease</arguments>
+              <mavenExecutorId>forked-path</mavenExecutorId>              
             </configuration>
           </plugin>
           <plugin>