MVN

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

Maven & Gradle

Apr 08, 2010
1 usages
2 stars

HTML Filter Site Maven plugin · A Maven Plugin which runs a post-process on HTML files by running them through JTidy to make them XHTML conformant, and then running a Velocity pass to embed the document in a standard framework.

<plugin>
    <groupId>org.kathrynhuxtable.maven.plugins</groupId>
    <artifactId>htmlfilter-site-maven-plugin</artifactId>
    <version>0.3.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kathrynhuxtable.maven.plugins : htmlfilter-site-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of org.kathrynhuxtable.maven.plugins : htmlfilter-site-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
htmlfilter-site-maven-plugin-0.3.4
htmlfilter-site-maven-plugin-0.3.3
htmlfilter-site-maven-plugin-0.3.2
htmlfilter-site-maven-plugin-0.3.1
0.3
htmlfilter-site-maven-plugin-0.3
0.2.x
htmlfilter-site-maven-plugin-0.2.2
0.2
htmlfilter-site-maven-plugin-0.2
0.1
htmlfilter-site-maven-plugin-0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.kathrynhuxtable.maven.plugins</groupId>
    <artifactId>htmlfilter-site-maven-plugin</artifactId>
    <version>0.3.4</version>
</plugin>

Advertisement