Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPPLUGIN-28 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPPLUGIN-28 Summary: Break some goals into tags and goals Type: Improvement Status: Open Priority: Minor Original Estimate: 1 hour Time Spent: Unknown Remaining: 1 hour Project: maven-plugin-plugin Versions: 1.6 Assignee: dion gillard Reporter: Felipe Leme Created: Mon, 16 Aug 2004 8:45 AM Updated: Mon, 16 Aug 2004 8:45 AM Description: 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. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
