Class GenerateDocMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="generate-doc",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
          requiresDependencyCollection=COMPILE_PLUS_RUNTIME)
    public class GenerateDocMojo
    extends org.apache.maven.plugin.AbstractMojo

    Generates an expert-readable documentation of the Model. The documentation is generated in HTML and as a PDF file.

    Documentation is generated by analyzing source code. Further instructions about how to enable documentation generation can be found here.

    • Field Summary

      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Constructor Summary

      Constructors 
      Constructor Description
      GenerateDocMojo()  
    • Constructor Detail

      • GenerateDocMojo

        public GenerateDocMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException