Maven vs. Ivy - By the Numbers
Join the DZone community and get the full member experience.
Join For Free
I’ve had a few conversations lately about software tools and technologies — how to use them, how to pick them, how to know when to change, etc. These conversations can be exciting, educating, emotionally charged, productive, and sometimes not.
In a recent, very positive exchange, one colleague asked if I preferred Maven over Ant or Ant + Ivy simply because I had more experience on Maven.
Generally, I couldn’t say I preferred one technology stack over the other because I simply don’t know enough about the organization to make the call.
From a purely technical perspective though, my gut told me there is a brighter future in Maven than in Ant+Ivy. My reasons for this opinion are grounded in my experience, so I decided to research a few factors I consider important when it comes to technology tool selection.
Apache Maven | Apache Ivy | |
---|---|---|
Founded | 2002 [wikipedia.org] |
2004 [wikipedia.org] |
Latest Stable Release | 1/20/2012 | 9/30/2010 |
Jenkins Plugin Installs | ~50,000 [jenkins-ci.org] |
~1,200 [jenkins-ci.org] |
Contributors | 128 [ohloh.net] |
9 [ohloh.net] |
GitHub repositories | 43,866 [github.com] |
2,772 [github.com] |
Couple of interesting observations from the stats above:
- While Ivy is ‘2 years newer’, it’s last stable release was roughly 2 years earlier than Maven.
- There are roughly 1500% more GitHub repositories referencing Maven than Ivy
- There are roughly 1400% more contributors for Maven than Ivy (according to ohloh.net, anyway)
Google Trends also has an interesting view contrasting these two projects: Google Trends: Apache Maven, Apache Ivy
When discussing open source software projects, I usually think “we need to consider the vibrancy of the community”. How many people and organizations are contributing? How often? What other well known projects integrate with this tool?
From my view - when it comes to technology selection, it’s often OK to “follow the crowd”.
Published at DZone with permission of Andy Pemberton, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Clear Details on Java Collection ‘Clear()’ API
-
Managing Data Residency, the Demo
-
Tomorrow’s Cloud Today: Unpacking the Future of Cloud Computing
-
MLOps: Definition, Importance, and Implementation
Comments