Re: How do I run maven build from ant

2009-03-25 Thread eyalg1972
I was suspecting it, but Thanks!!! Joe Schmetzer wrote: > > 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 di

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
Thanks, I saw the ant-task issue, but I still did not understood how to use them to invoke from ant a maven build... Eyal mchenryc wrote: > > The maven team has created a set of Ant tasks to do some of the things > maven > does. I have not used it myself: > http://maven.apache.org/ant-tasks/in

Re: How do I run maven build from ant

2009-03-25 Thread Chad McHenry
The maven team has created a set of Ant tasks to do some of the things maven does. I have not used it myself: http://maven.apache.org/ant-tasks/index.html However, once upon a time I did use a set of macros that would invoke maven. It was part of the JavaGen Ant Modules, which are no longer mainta