Package org.forgerock.doc.maven.site
Class Layout
java.lang.Object
org.forgerock.doc.maven.site.Layout
Lay out built documents,
by default under
${project.build.directory}/site/doc/
.-
Constructor Summary
ConstructorsConstructorDescriptionLayout
(AbstractDocbkxMojo mojo) Constructor setting the Mojo that holds the configuration. -
Method Summary
-
Constructor Details
-
Layout
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Lay out built documents.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to layout site.
-