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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user