I\'ve been struggling with getting this plugin to play nicely with the maven-war-plugin for a couple of hours now and I thought it was time to ask for help. I have the plugi
this is my configuration, and it works fine in my maven web project:
net.alchim31.maven
yuicompressor-maven-plugin
1.3.2
**/*-min.js
**/*.min.js
**/*-min.css
**/*.min.css
false
true
compress_js_css
process-resources
compress
org.apache.maven.plugins
maven-war-plugin
2.3
${project.build.directory}/${project.build.finalName}/resources
/resources
false
src/main/webapp/WEB-INF/web.xml