Package org.forgerock.doc.maven.pre
Class Branding
java.lang.Object
org.forgerock.doc.maven.pre.Branding
Unpack branding elements.
The branding is unpacked from a separate artifact.
-
Constructor Summary
ConstructorsConstructorDescriptionBranding
(AbstractDocbkxMojo mojo) Constructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Augment the modifiable copy of DocBook XML sources with branding elements.
-
Constructor Details
-
Branding
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Augment the modifiable copy of DocBook XML sources with branding elements.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to unpack branding.
-