I was using ANT to deploy my stuff to Tomcat. But I had trouble with missing dependencies and I wanted to add Ivy, cause it was reccomended.
Now I added this to my b
You have to expand your pattern to include the type, so that each artifact gets it's own local file:
Or if you don't need the sources and the javadoc you can change the dependency to:
Which will only retrieve the master-conf(jar) of the dependency.