@Mojo(name="analyze",
requiresDependencyResolution=TEST,
threadSafe=true)
@Execute(phase=TEST_COMPILE)
public class AnalyzeMojo
extends org.apache.maven.plugin.AbstractMojo
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_API_PROBLEMS_FOUND |
static String |
NO_MODULE_API_PROBLEMS_FOUND |
| Constructor and Description |
|---|
AnalyzeMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextualize(org.codehaus.plexus.context.Context context) |
protected ModuleApiAnalyzer |
createProjectDependencyAnalyzer() |
void |
execute() |
boolean |
isSkip() |
void |
setSkip(boolean skip) |
public static final String NO_MODULE_API_PROBLEMS_FOUND
public static final String MODULE_API_PROBLEMS_FOUND
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 ModuleApiAnalyzer createProjectDependencyAnalyzer() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void contextualize(org.codehaus.plexus.context.Context context)
throws org.codehaus.plexus.context.ContextException
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizableorg.codehaus.plexus.context.ContextExceptionpublic boolean isSkip()
public void setSkip(boolean skip)
Copyright © 2016 MuleSoft, Inc.. All rights reserved.