> 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).
> 
> If you just want specific ones, use:
> 
> ${pom.getDependencyPath('groupId:artifactId')}
> 
> to get the path of the dependency.
> 
> HTH,

it does! exactly what I was after :)
...thanks a lot, mate!

cheers
--
Torsten

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to