Full name:
org.kathrynhuxtable.maven.plugins:htmlfilter-site-maven-plugin:0.3.4:merge
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
filePattern | String | - | Match pattern for the files to be processed. Default value is: **/*.html,**/*.html.vm. |
filterExtension | String | - | Match pattern for the files to be filtered. Default value is: .html.vm. |
inputEncoding | String | - | Specifies the input encoding. Default value is: ${project.build.sourceEncoding}. |
localRepository | ArtifactRepository | - | The local repository. |
outputEncoding | String | - | Specifies the output encoding. Default value is: ${project.reporting.outputEncoding}. |
repositories | List | - | Remote repositories used for the project. |
siteDirectory | File | - | Directory containing the site.xml file and the source for apt, fml
and xdoc docs, e.g. ${basedir}/src/site. Default value is: ${basedir}/src/site. |
sourceDirectory | File | - | Location of the source directory. Default value is: ${basedir}/src/site/html. |
targetDirectory | File | - | Location of the output directory. Default value is: ${project.build.directory}/generated-site/resources. |
templateFile | File | - | Velocity template for filtering. Default value is: ${basedir}/src/site/site.vm. |