html:web-resources

Full name:

de.eitco.cicd.html:html-maven-plugin:4.0.2:web-resources

Description:

This goal collects the web resources (images etc.) and adds them to the generated web page directory.

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: process-resources.

Optional Parameters

Name Type Since Description
<excludes> List<String> - This parameter specifies a list of regular expressions. Only file matching none of the expressions are collected. If this list is left empty, no file is excluded.
<includes> List<String> - This parameter specifies a list of regular expressions. Only file matching one of the expressions are collected. If this list is left empty, every file is considered to match.
<outputDirectory> File - This parameter specifies where to put the generated html file(s).
Default: ${project.build.directory}/html
User Property: asciidoctor.outputDirectory
<resourceDirectory> File - This parameter specifies the directory where the resources are expected.
Default: ${project.basedir}/src/main/web-resources

Parameter Details

<excludes>

This parameter specifies a list of regular expressions. Only file matching none of the expressions are collected. If this list is left empty, no file is excluded.
  • Type: java.util.List<java.lang.String>
  • Required: No

<includes>

This parameter specifies a list of regular expressions. Only file matching one of the expressions are collected. If this list is left empty, every file is considered to match.
  • Type: java.util.List<java.lang.String>
  • Required: No

<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

<resourceDirectory>

This parameter specifies the directory where the resources are expected.
  • Type: java.io.File
  • Required: No
  • Default: ${project.basedir}/src/main/web-resources