You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@hadoop.apache.org by smith jack <th...@gmail.com> on 2012/05/16 16:15:47 UTC

why hadoop choose maven as its build tool?

but it used to be ant, why abandon ant?

Re: why hadoop choose maven as its build tool?

Posted by Roman Shaposhnik <rv...@apache.org>.
On Wed, May 16, 2012 at 7:15 AM, smith jack <th...@gmail.com> wrote:
> but it used to be ant, why abandon ant?

I'd say the following 3 benefits were totally worth the switch:
   * standardization of build system
   * standardization of dependency management (for both upstream and
downstream projects)
   * standardization of IDE project imports

Of course, all of the above is theoretically possible with
Ant/Ivy, but it takes so much pain and discipline that
I haven't seen materialize in practical terms.

Thanks,
Roman.