By pt93903
via ptrthomas.wordpress.com
Published: Mar 09 2009 / 17:25
Like many others I really like Ant and I intend to keep using it until something better comes along. And I strongly feel that when you try to use *only* Maven for everything, you give up control over a few things.
Are there things that Ant does better than Maven? Oh yes, IMHO. Here are a few examples of typical Java web-app build related stuff that turn out to be “edge cases” in Maven meaning that you have to struggle, read up on obscure plugins or resort to ugly hacks in order to get things to work.
Fortunately, there *is* a way to get the information about dependencies from your Maven “pom.xml” project file across to your Ant “build.xml” file. I am referring to the Maven Ant Tasks.
Let me end by addressing the question: should projects use Ivy instead?
Comments
bienio7 replied ago:
I think, I will try It
+
Voters For This Link (17)
Voters Against This Link (0)