Add the ability to specify "entry points" for minimizeJar ----------------------------------------------------------
Key: MSHADE-97 URL: http://jira.codehaus.org/browse/MSHADE-97 Project: Maven 2.x Shade Plugin Issue Type: Improvement Affects Versions: 1.4 Reporter: Jared Bunting Attachments: 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 contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira