Package org.forgerock.doc.maven.pre
Class ModifiableCopy
java.lang.Object
org.forgerock.doc.maven.pre.ModifiableCopy
Make a modifiable copy of the documentation source files,
rather than working directly on the original source files.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Make a modifiable copy of the original DocBook XML source files.
-
Constructor Details
-
ModifiableCopy
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Make a modifiable copy of the original DocBook XML source files.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to copy sources.
-