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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to