Class AnalyzeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
pl.gdela.socomo.maven.AnalyzeMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="analyze",
defaultPhase=PACKAGE,
threadSafe=true)
public class AnalyzeMojo
extends org.apache.maven.plugin.AbstractMojo
Maven plugin to execute Socomo analysis.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AnalyzeMojo
public AnalyzeMojo()
-
-
Method Details
-
execute
public final void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-