View Single Post
  (#2 (permalink)) Old
greyfairer greyfairer is offline
Member
 
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jul 2008
Default 07-25-2008, 04:13 AM

If you ever worked on a project with more than one developer, and found out that your product worked if you built it on your machine, but not on anyone else's machine, even if they have the same code, only then you will appreciate maven.

Maven is about much more than just in-project dependencies. It's also about unifying external dependencies (where to download them from, ...), build tool configuration, source code organisation, etc. Whatever it takes to make sure that a build is reproducible.
Reply With Quote