Class 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
    • Constructor Detail

      • ShadeMojo

        public ShadeMojo()
    • Method Detail

      • 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.apache.maven.shared.dependency.graph.DependencyGraphBuilderException
        Throws:
        org.apache.maven.shared.dependency.graph.DependencyGraphBuilderException