Maven's assembly plugin enables the creation of a big jar including all dependencies with descriptorRef jar-with-dependencies.

How can one exclude some of these dependencies? It seems like it does not have such a configuration? Is there another solution?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

This example indicates one way to do this.

Essentially we would use the excludes option available in dependencySet as documented here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.