<get 
url="http://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.4/apache-maven-3.0.4-bin.tar.gz"/>
<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'.

Reply via email to