org.apache.maven.plugins.shade.mojo
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
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 |
protected org.apache.maven.artifact.factory.ArtifactFactory |
artifactFactory
Artifact factory, needed to download source jars for inclusion in classpath. |
protected org.apache.maven.artifact.resolver.ArtifactResolver |
artifactResolver
Artifact resolver, needed to download source jars for inclusion in classpath. |
protected org.apache.maven.artifact.repository.ArtifactRepository |
localRepository
Local maven repository. |
protected List |
remoteArtifactRepositories
Remote repositories which will be searched for source attachments. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remoteArtifactRepositories
protected List remoteArtifactRepositories
- Remote repositories which will be searched for source attachments.
localRepository
protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
- Local maven repository.
artifactFactory
protected org.apache.maven.artifact.factory.ArtifactFactory artifactFactory
- Artifact factory, needed to download source jars for inclusion in classpath.
artifactResolver
protected org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver
- Artifact resolver, needed to download source jars for inclusion in classpath.
ShadeMojo
public ShadeMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
updateExcludesInDeps
public boolean updateExcludesInDeps(org.apache.maven.project.MavenProject project,
List dependencies,
List transitiveDeps)
throws org.apache.maven.shared.dependency.tree.DependencyTreeBuilderException
- Throws:
org.apache.maven.shared.dependency.tree.DependencyTreeBuilderException
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.