davidB / yuicompressor-maven-plugin

maven's plugin to compress (Minify / Ofuscate / Aggregate) Javascript files and CSS files using YUI Compressor
http://davidb.github.io/yuicompressor-maven-plugin/
GNU Lesser General Public License v2.1
122 stars 48 forks source link

changes to support m2e incremental build #76

Closed aneesh-joseph closed 9 years ago

aneesh-joseph commented 9 years ago
  1. Added m2e lifecycle mapping
  2. Added support for incremental build
  3. Added changes to show jslint errors/warnings in the Eclipse Problems view.

I have added a new parameter, "useProcessedResources" which decides whether to use the original resource or it's corresponding filtered output(The eclipse error/warning markers don't look so good on output files)

Haven't tested this very well :)

davidB commented 9 years ago

Thanks, Can you add your name into the pom.xml as contributor ?

aneesh-joseph commented 9 years ago

Thanks.. done :)

davidB commented 9 years ago

PR is part of 1.5.0 (should be available on central repo during next 24H)