Package org.forgerock.doc.maven.pre
Class CommonContent
java.lang.Object
org.forgerock.doc.maven.pre.CommonContent
Augment the modifiable copy DocBook XML sources with common content.
The common content is unpacked from a separate artifact.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Augment the modifiable copy of DocBook XML sources with common content.
-
Constructor Details
-
CommonContent
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 common content.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to unpack common content.
-