You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/01/10 14:11:21 UTC

svn commit: r124797 - /maven/maven-1/plugins/trunk/plugin-parent/maven.xml

Author: brett
Date: Mon Jan 10 05:11:19 2005
New Revision: 124797

URL: http://svn.apache.org/viewcvs?view=rev&rev=124797
Log:
site:deploy needs to work normally too

Modified:
   maven/maven-1/plugins/trunk/plugin-parent/maven.xml

Modified: maven/maven-1/plugins/trunk/plugin-parent/maven.xml
Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/maven.xml?view=diff&rev=124797&p1=maven/maven-1/plugins/trunk/plugin-parent/maven.xml&r1=124796&p2=maven/maven-1/plugins/trunk/plugin-parent/maven.xml&r2=124797
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/maven.xml	(original)
+++ maven/maven-1/plugins/trunk/plugin-parent/maven.xml	Mon Jan 10 05:11:19 2005
@@ -38,6 +38,9 @@
   </postGoal>
 
   <postGoal name="site:deploy">
+    <j:if test="${empty(executionDir)}">
+      <j:set var="executionDir" value="${basedir}" />
+    </j:if>
     <maven:maven
       descriptor="${executionDir}/../project.xml"
       goals="confirm-and-deploy-site"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org