changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Maven plugin processor extension configuration #415

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When defining the processors in wro.properties using the following pattern:
preProcessors=coffeeScript.coffee
the defined processor should be decorated with 
ExtensionsAwareProcessorDecorator, meaning that it should be applied only on 
resources with specified extension. This works for runtime solution (WroFilter) 
but doesn't work for maven plugin.

Original issue reported on code.google.com by alex.obj...@gmail.com on 9 Apr 2012 at 8:59

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.4.x

Original comment by alex.obj...@gmail.com on 27 Apr 2012 at 4:30