Maven 1.x Ear Plugin

Display the version of the bundled artifacts

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.5
  • Fix Version/s: 1.6
  • Component/s: None
  • Labels:
    None
  • Environment:
    maven 1.0, plugin v1.5 (not in the jira version list)
  • Number of attachments :
    0

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>

Activity

Hide
Vincent Massol added a comment -

Done

Show
Vincent Massol added a comment - Done

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: