MVN

org.zkoss.maven : yuicompressor-maven-plugin-zk

Maven & Gradle

Sep 16, 2011

YUI Compressor Maven Mojo for ZK · To compress (Minify + Ofuscate) Javascript files and CSS files (using YUI Compressor from Julien Lecomte). --Modified from [net.alchim31.maven] [yuicompressor-maven-plugin] And remove the jslint we didnt need , and customize the css compressor from yui for working with *.css.dsp It's a really good project for that , thanks a lot.

<plugin>
    <groupId>org.zkoss.maven</groupId>
    <artifactId>yuicompressor-maven-plugin-zk</artifactId>
    <version>1.1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zkoss.maven : yuicompressor-maven-plugin-zk to add to Maven - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of org.zkoss.maven : yuicompressor-maven-plugin-zk to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
yuicompressor-maven-plugin-zk-1.1.6

How to add a plugin to Maven

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

<plugin>
    <groupId>org.zkoss.maven</groupId>
    <artifactId>yuicompressor-maven-plugin-zk</artifactId>
    <version>1.1.6</version>
</plugin>

Advertisement