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 maintained (and point you to the Maven Ant Tasks) http://javagen.com/jam/index.html ...Chad On Wed, Mar 25, 2009 at 1:26 AM, eyalg1972 <[email protected]> wrote: > > 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 > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
