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

support for maven 3.0.4 #77

Closed aneesh-joseph closed 9 years ago

aneesh-joseph commented 9 years ago

In the recent release, support for 3.0.4 was removed and now the plugin needs a minimum Maven version of 3.1.1. The plugin doesn't seem to use any specific feature which is available only in 3.1.1 and not in 3.0.4.

We are currently using 3.0.4 and can't unfortunately migrate to a new Maven version. So we are forced to use the 1.4.0 version which doesn't have m2e support.

Can you please bring back support for 3.0.4 please.

davidB commented 9 years ago

version 1.5.1 support 3.0.4 should be available in central in 24h

davidB commented 9 years ago

sorry for the touble and late reply.

aneesh-joseph commented 9 years ago

thanks a lot David :-)