Class DocumentationMojo

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

    @Mojo(name="doc",
          defaultPhase=PROCESS_CLASSES)
    public class DocumentationMojo
    extends org.apache.maven.plugin.AbstractMojo
    • Field Detail

      • classes

        @Parameter(property="batchee.classes",
                   defaultValue="${project.build.outputDirectory}")
        protected File classes
      • output

        @Parameter(property="batchee.output",
                   defaultValue="${project.build.directory}/generated-docs/${project.artifactId}-jbatch.adoc")
        protected File output
      • formatter

        @Parameter(property="batchee.formatter",
                   defaultValue="adoc")
        protected String formatter
    • Constructor Detail

      • DocumentationMojo

        public DocumentationMojo()
    • 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