MVN

com.googlecode.todomap : maven-jettygzip-plugin

Maven & Gradle

Mar 05, 2015

Jetty Gzip Plugin · Compresses the static web resource files with gzip.

<plugin>
    <groupId>com.googlecode.todomap</groupId>
    <artifactId>maven-jettygzip-plugin</artifactId>
    <version>0.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.todomap : maven-jettygzip-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of com.googlecode.todomap : maven-jettygzip-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
maven-jettygzip-plugin-0.0.5
maven-jettygzip-plugin-0.0.4

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.googlecode.todomap</groupId>
    <artifactId>maven-jettygzip-plugin</artifactId>
    <version>0.0.5</version>
</plugin>