Every time I build my project using ant and the maven ant task, it tries to download a dependency:

[artifact:dependencies] Downloading: org/hibernate/hibernate-commons- annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA.pom from main.repository

This does not seem to exist. A newer version does exist, but the build process still seems to try to get this one. Since the task runs for all targets, even targets that don't need any dependencies, it slows down my workflow.

How can I track down which of my direct dependencies is responsible? I've tried the verbose and debug output from ant, but I don't know how to interpret it.

TIA,

--
Rick


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to