sbt-assembly
sbt-assembly copied to clipboard
excluding (non-duplicate) resources
I have a project where I'd like to exclude certain resources.
The README mentions customizing the merge strategy for this, but AFAICS that is only invoked when the same resource is encountered twice, so this cannot be used to discard a 'single' resource.
Using shade rules for this doesn't appear to work either, but that makes sense since it's supposed to work on classes, not resources, I suppose.
Maybe there could be a setting to apply merge strategy on non-duplicates?