MVN

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

Maven & Gradle

Jun 17, 2023
1 stars

YUI Compressor Maven Mojo · To compress (Minify + Ofuscate) Javascript files and CSS files (using YUI Compressor from Julien Lecomte) and/or to check Javascript files with jslint.

<plugin>
    <groupId>com.github.hazendaz.maven</groupId>
    <artifactId>yuicompressor-maven-plugin</artifactId>
    <version>2.0.0-M1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-M1

All Versions

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

Version Vulnerabilities Updated
2.0.x
yuicompressor-maven-plugin-2.0.0-M1

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>yuicompressor-maven-plugin</artifactId>
    <version>2.0.0-M1</version>
</plugin>