public abstract class AbstractAnalyzeMojo
extends org.apache.maven.plugin.AbstractMojo
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
| Constructor and Description |
|---|
AbstractAnalyzeMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextualize(org.codehaus.plexus.context.Context theContext) |
protected org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalyzer |
createProjectDependencyAnalyzer() |
void |
execute() |
protected boolean |
isSkip() |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalyzer createProjectDependencyAnalyzer()
throws org.apache.maven.plugin.MojoExecutionException
ProjectDependencyAnalyzerorg.apache.maven.plugin.MojoExecutionException - in case of an error.public void contextualize(org.codehaus.plexus.context.Context theContext)
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizableprotected final boolean isSkip()
skipCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.