You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Rick Mann <rm...@latencyzero.com> on 2008/10/02 21:54:52 UTC

Ant task always tries to download one of my indirect dependencies

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org