In this case you would need to do a loop:

<j:forEach var="dep" items="${pom.artifacts}">
  <!-- something with dep.file, dep.groupId, dep.artifactId,
dep.version, etc -->
</j:forEach>

Cheers,
Brett

On 6/21/05, Torsten Curdt <[EMAIL PROTECTED]> wrote:
> Torsten Curdt wrote:
> >>The best known of the undocumented tags:
> >
> >
> > hehe :)
> >
> >
> >><project ... xmlns:deploy="deploy">
> >>...
> >><deploy:copy-deps todir="${basedir}/foo" />
> >>...
> >>
> >>The other alternative is to loop over ${pom.artifacts} (which is what
> >>that tag does).
> 
> Another related question... let's say
> I want to go through all dependencies
> and rewrite (or maybe just analyse)
> the jars.
> 
> ...where could I hook in the code?
> 
> Any idea?
> 
> cheers
> --
> Torsten
> 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to