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