MVN

com.tunyk.mvn.plugins.htmlcompressor : htmlcompressor-maven-plugin

Maven & Gradle

Feb 05, 2012
33 stars

Maven HTMLCompressor Plugin · Maven HTMLCompressor Plugin allows to compress html/xml by adding a few lines to the pom file.

<plugin>
    <groupId>com.tunyk.mvn.plugins.htmlcompressor</groupId>
    <artifactId>htmlcompressor-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tunyk.mvn.plugins.htmlcompressor : htmlcompressor-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.tunyk.mvn.plugins.htmlcompressor : htmlcompressor-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
htmlcompressor-maven-plugin-1.3
1.2
htmlcompressor-maven-plugin-1.2
1.1
htmlcompressor-maven-plugin-1.1
1.0
htmlcompressor-maven-plugin-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.tunyk.mvn.plugins.htmlcompressor</groupId>
    <artifactId>htmlcompressor-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>