[ 
https://jira.codehaus.org/browse/MSHADE-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]
Dmitry Katsubo updated MSHADE-97:
---------------------------------

    Attachment: entrypoints-2.1.patch

Another version, this time with mask support:
{code}
<entryPoints>
        <!-- Classes from javax:jai-imageio only to read image formats -->
        <entryPoint>com.sun.media.imageioimpl.plugins.*ImageReader*</entryPoint>
</entryPoints>
{code}
                
> Add the ability to specify "entry points" for minimizeJar 
> ----------------------------------------------------------
>
>                 Key: MSHADE-97
>                 URL: https://jira.codehaus.org/browse/MSHADE-97
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Jared Bunting
>         Attachments: entrypoints-2.1.patch, entrypoints-2.1.patch, 
> entrypoints.patch, entrypoints.patch
>
>
> Currently, the "minimizeJar" option assumes that you want to include all 
> classes in the current project and those that they depend on.  Sometimes, 
> classes are accessed via reflection, or some other means, and therefore don't 
> get included.  The ability to specify additional entry points (as classes) to 
> this dependency tree would be useful.
> I have added this as a patch that I am attaching.

--
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

Reply via email to