You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Gier <pg...@redhat.com> on 2007/03/20 16:40:02 UTC

Transitive dependencies of artifacts with classifiers

How are transitive dependencies handled when the artifacts have a
non-default classifier?  For example, I have the following dependency
tree:
A -> B
B -> C

Now let's say I want to build a jdk1.4 version of A.  So I depend on
B-jdk14.jar (B with jdk14 classifier), and B-jdk14.jar depends on
C-jdk14.jar.  

Is it possible to include the C-jdk14 dependency through B?

Thanks!


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