2010/9/6 Thomas Scheffler <thomas.scheff...@uni-jena.de>:
> Hi,
>
> I'm currently stuck with maven integration in ANT. I want to use maven
> dependency management in Ant to resolve dependencies.

Have you looked at Ivy? It does exactly what you want to do (use Maven
dependencies in Ant), and it is much easier to use than trying to use
the Ant <maven> tasks to do what you want.

Ivy is an addition to Ant that handles dependencies much like Maven
does, and even uses Maven's repositories. And, Ivy is very easy to use
and integrate into existing Ant build.xml scripts.

-- 
David Weintraub
qazw...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to