Package org.forgerock.doc.maven.post
Class Xhtml
java.lang.Object
org.forgerock.doc.maven.post.Xhtml
XHTML post-processor.
-
Constructor Summary
ConstructorsConstructorDescriptionXhtml
(AbstractDocbkxMojo mojo) Constructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Add SyntaxHighlighter files for each XHTML document.
-
Constructor Details
-
Xhtml
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Add SyntaxHighlighter files for each XHTML document.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to post-process XHTML.
-