java - How to exclude jars during overlay -
java - How to exclude jars during overlay -
i have 2 applications - a , b.
in application there jars j1,j2,j3. , in application b there overlay , dependency of application a. don't want jar j2 in application b.
how exclude jar j2 ?
what asking isn't possible. if application b has dependencies on application a; , depends on j2 - how think can run "b" without providing j2?
the thing can work: if can farther piece applications; might possible come component b'; b' depends on a'; , a' not depend on j2. can bundle b' without j2.
java maven
Comments
Post a Comment