[
http://jira.codehaus.org/browse/MJS-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Astle updated MJS-7:
------------------------
Fix Version/s: 1.0
Assignee: Tim Astle
> javascript-maven-plugin war-package ignores dependency classifier
> -----------------------------------------------------------------
>
> Key: MJS-7
> URL: http://jira.codehaus.org/browse/MJS-7
> Project: Maven Javascript Tools
> Issue Type: Bug
> Reporter: Mateusz Stefek
> Assignee: Tim Astle
> Fix For: 1.0
>
> Attachments: testJS.zip
>
>
> In war pom.xml:
> <dependencies>
> <dependency>
> <groupId>testJS</groupId>
> <artifactId>javascript-module</artifactId>
> <version>0.0.1-SNAPSHOT</version>
> <classifier>compressed</classifier>
> <type>javascript</type>
> </dependency>
> The classifier tag seems to be ignored. Javascript-module creates two jars.
> The "*-compressed" one is in fact compressed. However, in the final war the
> uncompressed code is included.
> In the war module I don't use the 'compress' goal, just 'war-package'.
> I want to compress my javascript library only once using the
> 'attach-compressed' goal. I have multiple war modules. I don't want to
> configure compressor parameters in each of theirs poms.
> Sample project is included.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
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