Package org.forgerock.doc.maven.pre
Class CustomCss
java.lang.Object
org.forgerock.doc.maven.pre.CustomCss
Add custom CSS for the normal, non-release build.
-
Constructor Summary
ConstructorsConstructorDescriptionCustomCss
(AbstractDocbkxMojo mojo) Constructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Add custom CSS to the modifiable copy of DocBook XML sources.
-
Constructor Details
-
CustomCss
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Add custom CSS to the modifiable copy of DocBook XML sources.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to add CSS.
-