make maven.artifact.legacy=false work

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-14 14:41:13 +00:00
parent fd0192ae48
commit a02b97b40c

View File

@@ -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>