Hi,
What problem(s) does Apache Maven solve? Am I correct in thinking that it basically solves (prevents even) versioning nightmares on external third party .DLLs. Any examples of how it would help in this? DOes it also help in any way, with inter-project (or package in Java) dependencies?
Finally, is it basically a build automation tool (like the popular Ant) with versioning functionality added?
Thanks