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

Incremental build changes #83

Closed mshima closed 5 years ago

mshima commented 9 years ago

Implement incremental build

davidB commented 9 years ago

Hi,

What is the issue with the current incremental support ?

Thanks for PR.

Rhobal commented 8 years ago

The old line 103 in Aggregation.java yields ClassCastException with my maven / eclipse setup (m2e): hasDelta(List<File>) calls hasDelta(List) in org.sonatype.plexus.build.incremental.ThreadBuildContext.hasDelta(ThreadBuildContext.java:59) which calls hasDelta(List<String>) in org.eclipse.m2e.core.internal.builder.plexusbuildapi.EclipseIncrementalBuildContext.hasDelta(EclipseIncrementalBuildContext.java:53)

How can I try the patch? I'm now on 1.4.0 which doesn't seem to have the hasDelta(List) call.

kaushikvijay commented 5 years ago

David, Can you please release this as this bug is causing up a weird warning in eclipse? Thanks.

davidB commented 5 years ago

Sorry. I'll try to release next week (I'm in biz trip), ping me If I forgot again.

kaushikvijay commented 4 years ago

DavidB, I guess you forgot :). If it is not a big effort, Can you please do the release?

davidB commented 4 years ago

You're right, I forgot (again). Making a release seems to be longer because:

I setup CI with travis.