Class Layout

java.lang.Object
org.forgerock.doc.maven.release.Layout

public class Layout extends Object
Lay out built documents, by default under ${project.build.directory}/release/version.

Currently only HTML and PDF are released.

  • Constructor Details

    • Layout

      public Layout(AbstractDocbkxMojo mojo)
      Constructor setting the Mojo that holds the configuration.
      Parameters:
      mojo - The Mojo that holds the configuration.
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Lay out built documents.
      Throws:
      org.apache.maven.plugin.MojoExecutionException - Failed to layout site.