Issue Type: Improvement Improvement
Affects Versions: 1.0.1
Assignee: Unassigned
Attachments: webapp.zip
Created: 28/Jun/13 8:02 AM
Description:

The default configuration for this plugin does not minify a war project. War projects store their HTML and JS in src/main/webapp which ends up in target/$

{project.build.finalName}. The defeault behavior for this plugin is to copy the contents of target/classes to target/min/classes and minify the contents of the destination directory. For war projects, it would be nice if the plugin minified the contents of the target/${project.build.finalName}

directory prior to packaging.

I attached a simple Maven war project as an example.

Environment: Maven 3.0.4
Project: Mojo Web Minifier Maven Plugin
Priority: Major Major
Reporter: Lonny Jacobson
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to