Hi I am also facing same problem. Have anyone found solution?
Thanks regards Vikas Tim Kettler wrote: > > Hi, > > halsafar schrieb: >> I am trying to write an ant script to automate some maven tasks and >> hopefully >> decide not to rebuild the entire thing if it detects no changes. Just to >> give an idea I am working with Jasig CAS Server which has several modules >> all which are Maven projects. The build time is brutal on this beast and >> it >> will always rebuild no matter what it seems. So even if Ant won't help I >> am >> still stuck using Ant as I need to auto-deploy the CAS Server to both a >> Tomcat and Glassfish server. Now everything has been done and Maven is >> being run from a simple <exec> call in the build.xml for the ant script. >> I >> did find some Official Maven Ant Tasks jar I would like to try. However >> I >> have been unable to find any examples which actually show this maven ant >> tasks building a maven project. Any help? > > The maven ant tasks bring the dependency management features of maven to > ant, they don't enable ant to build a maven project. Anyway, here [1] is > the link to the official homepage containing usage instructions. > > -Tim > > [1] http://maven.apache.org/ant-tasks.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Ant-Task---Build-maven-pom.xml-tp17657445p21948877.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
