Package org.forgerock.doc.maven.pre
Class AsciidocToDocBook
java.lang.Object
org.forgerock.doc.maven.pre.AsciidocToDocBook
Converts Asciidoc source files to DocBook 5 XML.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Copies arbitrary resources from sources to pre-site output for HTML formats.
-
Constructor Details
-
AsciidocToDocBook
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Copies arbitrary resources from sources to pre-site output for HTML formats.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to copy files
-