html:zip-html
Full name:
de.eitco.cicd.html:html-maven-plugin:4.0.2:zip-html
Description:
This goal zips the generated web page (html files and resources) in a zip file and attaches this zip file to the maven project, so that it will be installed and deployed by the maven default plugins.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Binds by default to the lifecycle phase:
package
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<outputDirectory> |
File |
- |
This parameter specifies where to put the generated html file(s). Default: ${project.build.directory}/html User Property: asciidoctor.outputDirectory |
<zipName> |
File |
- |
This parameter specifies the name of the zip file to generate. Default: ${project.build.directory}/${project.artifactId}-${project.version}.zip |
Parameter Details
<outputDirectory>
This parameter specifies where to put the generated html file(s).
- Type:
java.io.File
- Required:
No
- User Property:
asciidoctor.outputDirectory
- Default:
${project.build.directory}/html
<zipName>
This parameter specifies the name of the zip file to generate.
- Type:
java.io.File
- Required:
No
- Default:
${project.build.directory}/${project.artifactId}-${project.version}.zip