Package org.apache.batchee.tools.maven
Class DocumentationMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.batchee.tools.maven.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
-
-
Constructor Summary
Constructors Constructor Description DocumentationMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
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
-
-