The plugin now displays the version of the bundled artifacts on the console. Fixes MPEAR-19

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-07-21 08:03:22 +00:00
parent a9247dea81
commit be75bfd233
2 changed files with 5 additions and 1 deletions

View File

@ -79,7 +79,7 @@
We know that this dep "wants" to be bundled.
-->
<ant:echo>Bundling: ${dep.type} - ${dep.id}</ant:echo>
<ant:echo>Bundling: ${dep.type} - ${dep.id} - ${dep.version}</ant:echo>
<ant:fileset dir="${lib.file.parent}">
<ant:include name="${lib.file.name}"/>
</ant:fileset>

View File

@ -25,6 +25,10 @@
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in CVS">
<action dev="vmassol" type="update" issue="MPEAR-19">
The plugin now displays the version of the bundled artifacts on the
console.
</action>
<action dev="brett" type="update">Deprecated the ear:load hook goal</action>
</release>
<release version="1.5" date="2004-05-15">