Package org.forgerock.doc.maven.pre
Class ConditionalText
java.lang.Object
org.forgerock.doc.maven.pre.ConditionalText
Applies profiling to the modifiable copy of DocBook XML sources.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Applies profiling to the modifiable copy of DocBook XML sources.
-
Constructor Details
-
ConditionalText
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Applies profiling to the modifiable copy of DocBook XML sources.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to apply profiling to an XML file.
-