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 on ANT so every
> project has to be build with it. I would like to know if somebody have
> found an Ant task to packaging as 'hpi'.
