brett 2004/06/14 07:41:13
Modified: artifact plugin.jelly
Log:
make maven.artifact.legacy=false work
Revision Changes Path
1.6 +0 -1 maven-plugins/artifact/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/artifact/plugin.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 14 Jun 2004 13:36:47 -0000 1.5
+++ plugin.jelly 14 Jun 2004 14:41:13 -0000 1.6
@@ -115,7 +115,6 @@
</j:when>
<j:when test="${context.getVariable('maven.artifact.legacy') == 'false'}">
<ant:echo>maven.artifact.legacy is set to false - using artifact deploy
mode</ant:echo>
- <j:set var="${var}" value="true" scope="parent" />
</j:when>
<j:when test="${context.getVariable('maven.repo.list') == null}">
<ant:echo>maven.repo.list is not set - using legacy deploy mode</ant:echo>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]