Package org.forgerock.opendj.maven.doc
Class GenerateSchemaDocMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.forgerock.opendj.maven.doc.GenerateSchemaDocMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-schema-ref") public class GenerateSchemaDocMojo extends org.apache.maven.plugin.AbstractMojoGenerate schema-related reference documentation sources.
-
-
Constructor Summary
Constructors Constructor Description GenerateSchemaDocMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Writes schema reference documentation source files.
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionWrites schema reference documentation source files.- Throws:
org.apache.maven.plugin.MojoExecutionException- Not used.org.apache.maven.plugin.MojoFailureException- Failed to write a file.
-
-