Apologies if this has been asked before.  Suppose I have A -> B -> C.
Is there any way to make A depend on B as optional, without making C
optional?

I know I can add an explicit dependency of A -> C, but I'm wondering
if there's a "shortcut" / "easier way".

The scenario at my work is A is a dll, B is a static lib, and C is a
dll.  Anyone depending on A needs A and C, but not B because it gets
linked into A.

Thanks,
Phillip

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

Reply via email to