This is because the default ivy retrieve pattern is a bit more complex than the pattern you have specified. The default pattern is: "lib/[artifact]-[revision](-[classifier]).[ext]"
Yes. Thanks. Setting it to "lib/[artifact]-[revision]-[type].[ext]" got me all jar-jar banks, because all jars got a "-jar" in the name as well.
The classifier variable is not documented? http://ant.apache.org/ivy/history/2.1.0-rc1/use/retrieve.html http://ant.apache.org/ivy/history/trunk/concept.html
