Hi Dirk, wro4j minimize <config/> value was hardcoded to true, so it would always perform the minimization (is that a word?). I've just made a quick commit so that value is readed from a maven property (which can be overriden via -D..), with a "true" default value. I've also moved wro4j plugin's common configuration to the parent pom, to get rid of a few lines of duplicated configuration.
tl;dr: should work now with latest trunk br, juan pablo On Mon, Mar 3, 2014 at 7:06 PM, Dirk Frederickx <[email protected]>wrote: > I notice that running this command: > > mvn clean install -Dmaven.test.skip -Dminimize=false > > > still minimises all js and css. > > > > Could anyone help to check why the variable minimize=false is not handled ? > > > > > dirk >
