Frequently Asked Questions
- Is it possible to create multiple CSS & JavaScript bundles?
-
Yes! Use multiple
<execution>tags with different final names or use a<bundleConfiguration>.Note that execution id's have to be unique among all executions of a single plugin within a POM.
- Where can I find a complete list of the available options to configure Minify Maven Plugin?
-
See minify:minify goal overview page.
- Which JavaScript compressor engines does Minify Maven Plugin support?
-
Minify Maven Plugin supports YUI Compressor and Google Closure Compiler.
Use the values
YUIorCLOSUREwith the option<jsEngine>to select the engine to use.
