Class MojoStub
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.tools.plugin.util.stubs.MojoStub
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
Dummy Mojo.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MojoStub
public MojoStub()
-
-
Method Details
-
getLog
- Specified by:
getLog
in interfaceorg.apache.maven.plugin.Mojo
- Overrides:
getLog
in classorg.apache.maven.plugin.AbstractMojo
-
getPluginContext
- Specified by:
getPluginContext
in interfaceorg.apache.maven.plugin.ContextEnabled
- Overrides:
getPluginContext
in classorg.apache.maven.plugin.AbstractMojo
-
setLog
- Specified by:
setLog
in interfaceorg.apache.maven.plugin.Mojo
- Overrides:
setLog
in classorg.apache.maven.plugin.AbstractMojo
-
setPluginContext
- Specified by:
setPluginContext
in interfaceorg.apache.maven.plugin.ContextEnabled
- Overrides:
setPluginContext
in classorg.apache.maven.plugin.AbstractMojo
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
equals
-
finalize
-
hashCode
-
toString
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-