Class PreSiteMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.forgerock.doc.maven.AbstractDocbkxMojo
org.forgerock.doc.maven.PreSiteMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="build", defaultPhase=PRE_SITE) public class PreSiteMojo extends AbstractDocbkxMojo
Call other classes to perform pre-site build.
  • Constructor Details

  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Call other classes to perform pre-site build.
      Throws:
      org.apache.maven.plugin.MojoExecutionException - Failed to build successfully.
      org.apache.maven.plugin.MojoFailureException - Failed to build successfully.