Class 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.AbstractMojo
    Generates the configuration reference, a set of HTML documents describing the server configuration.
    • Constructor Detail

      • GenerateConfigurationReferenceMojo

        public GenerateConfigurationReferenceMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Generates the configuration reference under the output directory.
        Throws:
        org.apache.maven.plugin.MojoExecutionException - Generation failed
        org.apache.maven.plugin.MojoFailureException - Not used