Re: How do I run maven build from ant

2009-03-25 Thread eyalg1972
. >>>> >>>> How can I run the maven build from ant? >>>> >>>> Just using the exec? >>>> >>>> Did anyone did it? >>>> >>>> Thanks > > > > ---

Re: How do I run maven build from ant

2009-03-25 Thread Joe Schmetzer
The Maven tasks for Ant are limited to dependency management, artifact deployment and POM processing. They currently do not handle invoking Maven builds from Ant. I suspect the easiest solution for you is to just invoke Maven directly using an task. Regards, Joe On Wed, March 25, 2009 2:58 pm, e

Re: How do I run maven build from ant

2009-03-25 Thread eyalg1972
t; Just using the exec? >> >> Did anyone did it? >> >> Thanks >> >> -- >> View this message in context: >> http://www.nabble.com/How-do-I-run-maven-build-from-ant-tp22695495p22695495.html >> Sent from the Ant - Users mailing list archive at Nabble.com. >>

Re: How do I run maven build from ant

2009-03-25 Thread Chad McHenry
m ant? > > Just using the exec? > > Did anyone did it? > > Thanks > > -- > View this message in context: > http://www.nabble.com/How-do-I-run-maven-build-from-ant-tp22695495p22695495.html > Sent f

How do I run maven build from ant

2009-03-24 Thread eyalg1972
Hi, I have an ant build process, that needs to rely on some component built by maven. How can I run the maven build from ant? Just using the exec? Did anyone did it? Thanks -- View this message in context: http://www.nabble.com/How-do-I-run-maven-build-from-ant-tp22695495p22695495.html