You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Will Gomes <wg...@umd.edu> on 2008/11/21 21:23:23 UTC

Transitive dependencies for dependency of type pom

I have pom A of type pom which lists a bunch of dependencies and defines a
repository (call it repo1) for the dependency. I have a project with pom B
of type jar which has dependency on pom A.

When building pom B it downloads all dependencies in pom A from repo1.
However it fails to bring in all transitive dependencies for the
dependencies listed in pom A.  This happens since none of the poms for
dependencies in pom a are downloaded.

Do I have to define repo1 in pom B?
-- 
View this message in context: http://www.nabble.com/Transitive-dependencies-for-dependency-of-type-pom-tp20628873p20628873.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org