Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPEAR-19 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPEAR-19 Summary: Display the version of the bundled artifacts Type: Improvement Status: Unassigned Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-ear-plugin Assignee: Reporter: Julien Kirch Created: Wed, 21 Jul 2004 2:44 AM Updated: Wed, 21 Jul 2004 2:44 AM Environment: maven 1.0, plugin v1.5 (not in the jira version list) Description: When bundling the ear, the plugin displays the type and the id of each item : [echo] Bundling: jar - ant:ant It would be nice to also include the version [echo] Bundling: jar - ant:ant-1.5.4 Need to change line 82 of the plugin.jelly from <ant:echo>Bundling: ${dep.type} - ${dep.id}</ant:echo> to <ant:echo>Bundling: ${dep.type} - ${dep.id}.${dep.version}</ant:echo> --------------------------------------------------------------------- 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]
