Fork me on GitHub

Frequently Asked Questions

  1. Is it possible to create multiple CSS & JavaScript bundles?
  2. Where can I find a complete list of the available options to configure Minify Maven Plugin?
  3. Which JavaScript compressor engines does Minify Maven Plugin support?
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.

[top]


Where can I find a complete list of the available options to configure Minify Maven Plugin?

See minify:minify goal overview page.

[top]


Which JavaScript compressor engines does Minify Maven Plugin support?

Minify Maven Plugin supports YUI Compressor and Google Closure Compiler.

Use the values YUI or CLOSURE with the option <jsEngine> to select the engine to use.

[top]