Package io.micronaut.maven
Class AbstractMicronautMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.micronaut.maven.AbstractMicronautMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AbstractDockerMojo
,AbstractMicronautAotMojo
,AbstractOpenApiMojo
,ImportFactoryMojo
Base class for all Micronaut Maven plugin mojos.
- Since:
- 4.0.0
- Author:
- Álvaro Sánchez-Mariscal
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setPluginContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Constructor Details
-
AbstractMicronautMojo
public AbstractMicronautMojo()
-
-
Method Details
-
setLog
- Specified by:
setLog
in interfaceorg.apache.maven.plugin.Mojo
- Overrides:
setLog
in classorg.apache.maven.plugin.AbstractMojo
-