Jan-Kees van Andel schrieb:
On my current project, I've used YUI Compressor using the following
Maven plugin:
http://alchim.sourceforge.net/yuicompressor-maven-plugin/overview.html
It worked quite nice (compression and aggregation).
We might be able to use this plugin for MyFaces too?
Also in alpha stage but it looks saner to me from the configuration
options, because I dont have to simulate a webapp (the javascript plugin
from maven only works in webapps) and the includes for the aggregates
are handled in place instead of a separate xml.
I will give it a try this week. I somehow dont think we should drag
along our own javascript compression plugin when others already do the
job for us. The only + I see is absolute control.
Werner