[ https://jira.codehaus.org/browse/MPPLUGIN-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed MPPLUGIN-28. ---------------------------------- Resolution: Won't Fix Please refer to https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014 if you're wondering why this issue was closed out. > Break some goals into tags and goals > ------------------------------------ > > Key: MPPLUGIN-28 > URL: https://jira.codehaus.org/browse/MPPLUGIN-28 > Project: Maven 1.x Plugin Plugin > Issue Type: Improvement > Affects Versions: 1.6 > Reporter: Felipe Leme > Priority: Minor > Original Estimate: 1 hour > Remaining Estimate: 1 hour > > I'm working in a maven.xml goal that will automatic download and install a > list of plugins. Right now, I have to do the following: > <j:set var="groupId" value="${gId}"/> > <j:set var="artifactId" value="${aId}"/> > <j:set var="version" value="${vId}"/> > <attainGoal name="plugin:download"/> > It would be much nicer if I could use a tag instead: > <plugin:download groupId="${gId}" artifactId="${aId}" version="${vId}"/> > If there is interest in this enhancement, I can provide a patch for it. -- This message was sent by Atlassian JIRA (v6.1.6#6162)