Package org.forgerock.opendj.maven.doc
Class GenerateConfigurationReferenceMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.forgerock.opendj.maven.doc.GenerateConfigurationReferenceMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-config-ref", defaultPhase=PRE_SITE) public class GenerateConfigurationReferenceMojo extends org.apache.maven.plugin.AbstractMojoGenerates the configuration reference, a set of HTML documents describing the server configuration.
-
-
Constructor Summary
Constructors Constructor Description GenerateConfigurationReferenceMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Generates the configuration reference under the output directory.
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionGenerates the configuration reference under the output directory.- Throws:
org.apache.maven.plugin.MojoExecutionException- Generation failedorg.apache.maven.plugin.MojoFailureException- Not used
-
-