Class Zip

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

public class Zip extends Object
Zip release documents if configured to do so.

This zips the release layout only on one level, and does not handle assembly of multiple zips into a single documentation set .zip.

  • Constructor Details

    • Zip

      public Zip(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
      Zip release documents.
      Throws:
      org.apache.maven.plugin.MojoExecutionException - Failed to zip documents.