MVN

com.github.hazendaz.maven : htmlcompressor-maven-plugin

Maven & Gradle

Apr 23, 2023
32 stars

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

<plugin>
    <groupId>com.github.hazendaz.maven</groupId>
    <artifactId>htmlcompressor-maven-plugin</artifactId>
    <version>1.9.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hazendaz.maven : htmlcompressor-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.9.1.1

All Versions

Choose a version of com.github.hazendaz.maven : htmlcompressor-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
htmlcompressor-maven-plugin-1.9.1.1
htmlcompressor-maven-plugin-1.9.1
1.8.x
htmlcompressor-maven-plugin-1.8.0
1.7.x
htmlcompressor-maven-plugin-1.7.3
htmlcompressor-maven-plugin-1.7.2
1.5.x
htmlcompressor-maven-plugin-1.5.2
htmlcompressor-maven-plugin-1.5.1
htmlcompressor-maven-plugin-1.5.0
1.4.x
htmlcompressor-maven-plugin-1.4.1
htmlcompressor-maven-plugin-1.4.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.github.hazendaz.maven</groupId>
    <artifactId>htmlcompressor-maven-plugin</artifactId>
    <version>1.9.1.1</version>
</plugin>