I would also recommend gradle for your circumstances. If you were thinking
of using ant, all the ant tasks are available for your in gradle but it has
maven's style of convention over configuration for the part's like building
Java code which have a well-defined lifecycle.

Cheers, Paul.

On Thu, Mar 1, 2012 at 5:30 PM, Johan Erlands
<[email protected]>wrote:

> On Thursday 01 March 2012 03:57:59 Terence Stephens wrote:
> > I know I could do this in a shell script, but I think I would have
> > better luck with a Java based tool.  This is outside the scope of
> > Maven's uses.  For my needs, should I look into using Maven or find a
> > different tool?
>
> Maybe gradle is a good alternative. My experience i rather limited but it
> has
> the dependency management of maven and you can write your own phases in
> groovy
> and ant (whitout the xml part if you want).
>
> Best regards
> Johan
> --
> Sent from kontact
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to