Jean-Yves Cronier wrote:
For information, we have already encountered many problems with Eclipse
+ Ivy (via IvyDE). This is one reason why we use Maven now for our
projects.
In addition, thanks to Maven, we used lots of things that improve the
quality of our developments and documentations (especially thanks to
"Maven site" generation).
The main drawback of Maven is in the projects structure. Java Sources
have to be in [src/main/java] and resource files in
[src/main/resources], the level of testing in [src/test/java], etc.
I hope this little feedback can be helpful
Interesting. Just to prove YMMV, we switched from Maven to Ant + Ivy
for much the same reasons...