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

Requires Maven version 3.0.4 #66

Closed timmolter closed 10 years ago

timmolter commented 10 years ago

Getting the error:

plugin net.alchim31.maven:yuicompressor-maven-plugin:1.3.2 requires Maven version 3.0.4

Is there a reason the plugin is tied to only one version of Maven, nothing newer, nothing older?

davidB commented 10 years ago

Hi,

Newer are accepted, I require maven 3.0.4 (release 2012-01-20), because I test and dev against it.

What is your mvn --version ?

timmolter commented 10 years ago

Sorry and thank you. I'm dumb. I had 3.0.3 updated to 3.1.1, but then my M2_HOME variable was wrong so I really was testing with 3.0.3.