MVN

com.github.lonnyj : webapp-minifier-maven-plugin

Maven & Gradle

Feb 23, 2015

Webapp Minifier Maven Plugin · This plugin minifies CSS and JavaScript either embedded in or reference by HTML files.

<plugin>
    <groupId>com.github.lonnyj</groupId>
    <artifactId>webapp-minifier-maven-plugin</artifactId>
    <version>0.11.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lonnyj : webapp-minifier-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.11.0

All Versions

Choose a version of com.github.lonnyj : webapp-minifier-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11.x
webapp-minifier-maven-plugin-0.11.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.lonnyj</groupId>
    <artifactId>webapp-minifier-maven-plugin</artifactId>
    <version>0.11.0</version>
</plugin>