Search code examples
javamavenmaven-pluginjarjar

Maven JarJar Plugin: Exclude 'provided' scope?


Is there a way to have the Maven JarJar plugin exclude items in the 'provided' scope? This seems pretty straightforward... if something is provided, why would I want to include it in my megajar?


Solution

  • Adding a "zap" rule might help. Example here