Package io.quarkus.maven.config.doc
Class GenerateAsciidocMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.quarkus.maven.config.doc.GenerateConfigDocMojo
io.quarkus.maven.config.doc.GenerateAsciidocMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-asciidoc",
defaultPhase=GENERATE_RESOURCES,
threadSafe=true)
public class GenerateAsciidocMojo
extends GenerateConfigDocMojo
We will recommend using generate-config-doc that is more flexible.
The GenerateConfigDocMojo defaults have to stay consistent with this.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.maven.config.doc.GenerateConfigDocMojo
GenerateConfigDocMojo.Context -
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.maven.config.doc.GenerateConfigDocMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
GenerateAsciidocMojo
public GenerateAsciidocMojo()
-