@Component(role=Shader.class, hint="default") public class DefaultShader extends org.codehaus.plexus.logging.AbstractLogEnabled implements Shader
Constructor and Description |
---|
DefaultShader() |
Modifier and Type | Method and Description |
---|---|
void |
shade(Set<File> jars,
File uberJar,
List<Filter> filters,
List<Relocator> relocators,
List<ResourceTransformer> resourceTransformers)
Perform a shading operation.
|
public void shade(Set<File> jars, File uberJar, List<Filter> filters, List<Relocator> relocators, List<ResourceTransformer> resourceTransformers) throws IOException, org.apache.maven.plugin.MojoExecutionException
Shader
shade
in interface Shader
jars
- which jarsuberJar
- output jarfilters
- the filtersrelocators
- the relocatorsresourceTransformers
- the transformersIOException
- for IO errors reading the thingorg.apache.maven.plugin.MojoExecutionException
- for anything else that goes wrong.Copyright © 2013. All rights reserved.