#13259 Support for shading deploy jars
Issue created by
stuhood
#12796 added support for building deploy ("fat") jars. Most usecases of deploy jars also need the ability to shade the contents of the jar (in order to deploy it to Hadoop, Spark, or other environments without classloader isolation).
Most likely this will involve using 9and likely resurrecting) our fork of
`jarjar`... but it's also possible that modern alternatives have emerged, so we should look at what other tools are doing first.
pantsbuild/pants