OK... Maven ANT Tasks will solve the issue for you...
It even has a very handy <artifact:mvn> task IIRC that is what I used for the Apache Cassandra ANT build... which *ahem* doesn't use Maven as they only build with ANT.... except when it uses Maven to deploy *cough* *cough* On 20 March 2012 14:03, Antares <[email protected]> wrote: > LOL. I really want to do that believe me but.... "this software is not > accepted in our build proccess" grrrrr > Looks there's no way to do that (at least an easy way) > > On Mar 20, 1:36 pm, Stephen Connolly <[email protected]> > wrote: >> <get >> url="http://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0..."/> >> <untar> >> <exec mvn> >> >> Problem solved ;-) >> >> On 20 March 2012 12:29, Antares <[email protected]> wrote: >> >> >> >> >> >> >> >> > I thought about the same "solution" you suggest but unfortunately we >> > don't have a mvn installation in the dev boxes :( >> >> > Thank you anyway. >> >> > On Mar 20, 12:19 pm, Stephen Connolly >> > <[email protected]> wrote: >> >> If anyone has it would be Peter Reilly.... but AFAIK even he has just >> >> gone with the flow and built with Maven... >> >> >> you could just cheat... >> >> >> <project> >> >> <target name="package"> >> >> <exec name="mvn"> >> >> <arg value="package"/> >> >> >> ;-) >> >> >> On 20 March 2012 12:13, Antares <[email protected]> wrote: >> >> >> > My company we have a corporative dev tool based onANTso every >> >> > project has to bebuildwith it. I would like to know if somebody have >> >> > found anAnttask to packaging as 'hpi'.
