> I just tried the Shade plugin, but generated jar is always compressed.
>
> How to turn off the jar compression ?

Here is an indirect solution...
1. create the compressed jar using the Shade plugin
2. depend on the compressed jar in another project
3. unpack the compressed jar with dependency:unpack
4. repack the jar uncompressed via assembly plugin which supports this
configuration via archiverConfig, as seen in JIRA [1]

If this is not acceptable, you will need to adjust the source code of
the Shade plugin to support this feature. No one prior to you has
needed this bit of functionality it seems.

[1] http://jira.codehaus.org/browse/MASSEMBLY-227

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to