htmlfilter-site:tidy

Full name:

org.kathrynhuxtable.maven.plugins:htmlfilter-site-maven-plugin:0.3.4:tidy

Description:

Goal runs Velocity on the files in the specified directory.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • Binds by default to the lifecycle phase: pre-site.

Optional Parameters

Name Type Since Description
tidyFilePattern String - Match pattern for the files to be processed..
Default value is: **/*.html.
tidySourceDirectory File - Location of the source directory.
Default value is: ${basedir}/src/site/html.
tidyTargetDirectory File - Location of the target directory. May be the same as the source directory, in which case the original files will be overwritten.
Default value is: ${project.build.directory}/generated-site/resources.

Parameter Details

tidyFilePattern:

Match pattern for the files to be processed..
  • Type: java.lang.String
  • Required: No
  • Expression: ${htmlfiltersite.tidyFilePattern}
  • Default: **/*.html

tidySourceDirectory:

Location of the source directory.
  • Type: java.io.File
  • Required: No
  • Expression: ${htmlfiltersite.tidySourceDirectory}
  • Default: ${basedir}/src/site/html

tidyTargetDirectory:

Location of the target directory. May be the same as the source directory, in which case the original files will be overwritten.
  • Type: java.io.File
  • Required: No
  • Expression: ${htmlfiltersite.tidyTargetDirectory}
  • Default: ${project.build.directory}/generated-site/resources