What tools to use to build large java commercial projects ?
Posted
by openCage
on Stack Overflow
See other posts from Stack Overflow
or by openCage
Published on 2010-03-22T17:59:18Z
Indexed on
2010/03/22
18:01 UTC
Read the original article
Hit count: 302
There are several tools to build java projects:
- ant
- mvn
- ivy
- buildr ...
From my experience Ant is great for small projects and projects with special build requirements. Mvn is great for large but typical projects without too much special requirements. It also seams better for open source than for commercial projects.
What would you recommend in case of large, enterprise, commercial projects ? What do you currently use and what would you rather use and why ?
© Stack Overflow or respective owner