You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by dr...@apache.org on 2011/03/22 20:26:26 UTC

svn commit: r1084308 - /tapestry/tapestry5/branches/maint-5-2/pom.xml

Author: drobiazko
Date: Tue Mar 22 19:26:25 2011
New Revision: 1084308

URL: http://svn.apache.org/viewvc?rev=1084308&view=rev
Log:
Set mavenExecutorId=forked-path for release plugin

Modified:
    tapestry/tapestry5/branches/maint-5-2/pom.xml

Modified: tapestry/tapestry5/branches/maint-5-2/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/pom.xml?rev=1084308&r1=1084307&r2=1084308&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/pom.xml Tue Mar 22 19:26:25 2011
@@ -330,6 +330,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/</tagBase>
+            <mavenExecutorId>forked-path</mavenExecutorId>
           </configuration>
         </plugin>
         <plugin>