On Thursday, June 30, 2011 12:21:34 PM Robert Burrell Donkin wrote: > On Thu, Jun 30, 2011 at 11:41 AM, Benson Margulies > > <[email protected]> wrote: > > The JIRA count is not a reliable indication of anything. Lots of us > > use shade in production. The JIRA count can indicate a plethora of > > improvement suggestions, or a bunch of uninvestigated complaints. > > > > Don't get me wrong, please do dig in. But you are likely to find that > > it works for you as is. > > I'm looking for smart merger of NOTICEs and LICENSEs. How is this > currently implemented?
For the NOTICE stuff, you can look at the org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer which several projects use to merge the Apache NOTICE things. That could likely also be a starting point for mergers of LICENSE files. Dan > > Robert > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
