I have a jar that I need to shade - that is, change the name of many
of the internal classes (to avoid conflicts with another jar) except
for a few classes which remain exposed. The jar is already built,
source is not at hand. How can I use maven shade to shade that jar?
(Disclaimer: I'm a maven neophyte)
of the internal classes (to avoid conflicts with another jar) except
for a few classes which remain exposed. The jar is already built,
source is not at hand. How can I use maven shade to shade that jar?
(Disclaimer: I'm a maven neophyte)