maven conditional dependencies
Posted
by Joshua
on Stack Overflow
See other posts from Stack Overflow
or by Joshua
Published on 2010-03-09T11:44:43Z
Indexed on
2010/03/09
11:51 UTC
Read the original article
Hit count: 487
We would like to bundle library dependencies from (Alfresco or Jackrabbit or ...) based on the customer choice. The number of dependencies actually varies based on the chosen vendor. How do we provide hooks at the maven level, so that the final product just includes the dependent jars as per customer selection.
© Stack Overflow or respective owner