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:
parent
a9247dea81
commit
be75bfd233
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user