dion 2003/06/02 22:20:35
Modified: src/plugins-build/deploy plugin.jelly
Log:
Comment about maven 458
Revision Changes Path
1.6 +1 -0 maven/src/plugins-build/deploy/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/deploy/plugin.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 27 Mar 2003 13:08:57 -0000 1.5
+++ plugin.jelly 3 Jun 2003 05:20:35 -0000 1.6
@@ -144,6 +144,7 @@
<ant:mkdir dir="${todir}"/>
<ant:copy todir="${todir}" flatten="true">
<ant:fileset dir="${mavenRepoLocal}">
+ <!-- FIXME: should use pom.artifacts -->
<j:forEach var="dep" items="${pom.dependencies}">
<ant:include name="${dep.artifactDirectory}/jars/${dep.artifact}"/>
</j:forEach>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]