Issue Details (XML | Word | Printable)

Key: MPEAR-19
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Vincent Massol
Reporter: Julien Kirch
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Ear Plugin

Display the version of the bundled artifacts

Created: 21/Jul/04 02:44 AM   Updated: 21/Jul/04 04:04 AM   Resolved: 21/Jul/04 04:04 AM
Return to search
Component/s: None
Affects Version/s: 1.5
Fix Version/s: 1.6

Time Tracking:
Not Specified

Environment: maven 1.0, plugin v1.5 (not in the jira version list)


 Description  « Hide

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>



Vincent Massol added a comment - 21/Jul/04 04:04 AM

Done