m2e-wro4j
m2e-wro4j copied to clipboard
m2e connector for WRO4J
for more details see https://issues.jboss.org/browse/JBIDE-20212
Hi, My project structure is very typical (plugin conf is at the end). When cleaning for **first time**, seems `${project.build.finalName}` is not set to `m2e-wtp`, but Maven is evaluating it...
I use a filter on my html and jsp files to automatically use the latest css file. Sadly these files are not automatically updated when I make a change in...
I'm using one of wro4j's naming strategies: `namingStrategy=hashEncoder-CRC32` This means that after each change to a css (or js) file the resulting file in m2e-wtp/web-resources has a different name. E.g...
Hello, I've got maven project with 17 overlayed war dependencies. I've added wro4j plugin to main project, also wro.xml is in there, and no matter if I use static path...