JavaScript is disabled on your browser.
Description
Field Summary
Constructor Summary
Method Summary
Field Details
PROPERTY_PREFIX
project
enabled
fileName
content
ending
repeat
Constructor Details
AbstractGenerateSimpleResourceMojo()
Method Details
getOutputFolder()
setRepeatDefaults(Repeat)
execute()
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.micronaut.sourcegen.example.plugin.maven.AbstractGenerateSimpleResourceMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
GenerateSimpleResourceMojo
Field Summary
Fields
protected boolean
Determines if this mojo must be executed.
protected org.apache.maven.project.MavenProject
The common prefix for Mojo properties.
Configure generating repeated file content.
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
void
Generate a simple record in the supplied package and with the specified version.
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
Methods inherited from class Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
AbstractGenerateSimpleResourceMojo