Author: sgoeschl
Date: Thu Nov 10 23:47:41 2011
New Revision: 1200632

URL: http://svn.apache.org/viewvc?rev=1200632&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=1200632&r1=1200631&r2=1200632&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Nov 10 23:47:41 2011
@@ -523,6 +523,7 @@
             <configuration>
               <!-- Pass these arguments to the deploy plugin. -->
               <arguments>-Prc</arguments>
+              <mavenExecutorId>forked-path</mavenExecutorId>
             </configuration>
           </plugin>
           <plugin>


Reply via email to