dion 2003/08/04 09:15:23
Modified: src/plugins-build/deploy plugin.jelly
Log:
Apply patches for MAVEN-531
Revision Changes Path
1.9 +4 -4 maven/src/plugins-build/deploy/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/deploy/plugin.jelly,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- plugin.jelly 31 Jul 2003 05:39:57 -0000 1.8
+++ plugin.jelly 4 Aug 2003 16:15:23 -0000 1.9
@@ -62,14 +62,14 @@
<j:set var="typeX" value="${type}X"/>
<j:choose>
<j:when test="${typeX != 'X'}">
- <ant:property
- name="resolvedDirectory"
+ <j:set
+ var="resolvedDirectory"
value="${siteDirectory}/${pom.artifactDirectory}/${type}"
/>
</j:when>
<j:otherwise>
- <ant:property
- name="resolvedDirectory"
+ <j:set
+ var="resolvedDirectory"
value="${siteDirectory}/${pom.artifactDirectory}"
/>
</j:otherwise>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]