y

yuicompressor-maven-plugin

To compress (Minify + Ofuscate) Javascript files and CSS files (using YUI Compressor from Julien Lecomte) and/or to check Javascript files with jslint.
https://github.com/hazendaz/yuicompressor-maven-plugin
GNU Lesser General Public License
David Bernard
Files download
File Operation
yuicompressor-maven-plugin-2.0.0-M1.jar download
yuicompressor-maven-plugin-2.0.0-M1.pom download
yuicompressor-maven-plugin-2.0.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.maven</groupId>
  <artifactId>yuicompressor-maven-plugin</artifactId>
  <version>2.0.0-M1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.maven:yuicompressor-maven-plugin:2.0.0-M1'
Gradle Kotlin
implementation("com.github.hazendaz.maven:yuicompressor-maven-plugin:2.0.0-M1")
Scala SBT
libraryDependencies += "com.github.hazendaz.maven" % "yuicompressor-maven-plugin" % "2.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.maven', module='yuicompressor-maven-plugin', version='2.0.0-M1')
)
Apache Ivy
<dependency org="com.github.hazendaz.maven" name="yuicompressor-maven-plugin" rev="2.0.0-M1" />
Leiningen
[com.github.hazendaz.maven/yuicompressor-maven-plugin "2.0.0-M1"]
Apache Buildr
'com.github.hazendaz.maven:yuicompressor-maven-plugin:jar:2.0.0-M1'