Class ShadeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.shade.mojo.ShadeMojo
- All Implemented Interfaces:
 org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="shade",
      defaultPhase=PACKAGE,
      threadSafe=true,
      requiresDependencyResolution=RUNTIME)
public class ShadeMojo
extends org.apache.maven.plugin.AbstractMojo
Mojo that performs shading delegating to the Shader component.
- Author:
 - Jason van Zyl, Mauro Talevi, David Blevins, Hiram Chirino
 
- 
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()booleanupdateExcludesInDeps(org.apache.maven.project.MavenProject project, List<org.apache.maven.model.Dependency> dependencies, List<org.apache.maven.model.Dependency> transitiveDeps) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext 
- 
Constructor Details
- 
ShadeMojo
public ShadeMojo() 
 - 
 - 
Method Details
- 
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
 org.apache.maven.plugin.MojoExecutionException- in case of an error.
 - 
updateExcludesInDeps
public boolean updateExcludesInDeps(org.apache.maven.project.MavenProject project, List<org.apache.maven.model.Dependency> dependencies, List<org.apache.maven.model.Dependency> transitiveDeps) throws org.eclipse.aether.collection.DependencyCollectionException - Throws:
 org.eclipse.aether.collection.DependencyCollectionException
 
 -