Hi,
I have a hybrid setup with ant and maven. My current setup requires me to copy 
every referenced dependency in project.xml into a lib folder within the project 
so I can reference it in my build.xml when I build a distribibution with ant. 
I'm wondering if there is a way to reference the maven dependencies directly in 
the build.xml. Also wondering if there is a way to say in build.xml "take all 
of the referenced maven dependencies and copy them into this folder." Any 
ideas? 

Reply via email to