You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/21 10:06:05 UTC

[jira] Closed: (MPEAR-19) Display the version of the bundled artifacts

Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Wed, 21 Jul 2004 4:04 AM

Done
---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-ear-plugin
   Fix Fors:
             1.6
   Versions:
             1.5

   Assignee: Vincent Massol
   Reporter: Julien Kirch

    Created: Wed, 21 Jul 2004 2:44 AM
    Updated: Wed, 21 Jul 2004 4:04 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org