You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ed...@apache.org on 2010/10/27 03:10:48 UTC

svn commit: r1027790 - /portals/pluto/trunk/pom.xml

Author: edalquist
Date: Wed Oct 27 01:10:48 2010
New Revision: 1027790

URL: http://svn.apache.org/viewvc?rev=1027790&view=rev
Log:
Fix problem with GPG plugin and release plugin not showing prompt.
Force using the same version number for all sub modules

Modified:
    portals/pluto/trunk/pom.xml

Modified: portals/pluto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=1027790&r1=1027789&r2=1027790&view=diff
==============================================================================
--- portals/pluto/trunk/pom.xml (original)
+++ portals/pluto/trunk/pom.xml Wed Oct 27 01:10:48 2010
@@ -515,6 +515,8 @@ TODO: Check if we need all of them. -->
                  To fix that, the default release plugin set of preparationGoals is changed to do an "install" instead of just "verify".
             -->
             <preparationGoals>clean install</preparationGoals>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>
       </plugins>