Package org.forgerock.doc.maven.release
Class Zip
java.lang.Object
org.forgerock.doc.maven.release.Zip
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 Summary
ConstructorsConstructorDescriptionZip
(AbstractDocbkxMojo mojo) Constructor setting the Mojo that holds the configuration. -
Method Summary
-
Constructor Details
-
Zip
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Zip release documents.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to zip documents.
-