bigmarvin edited a comment on issue #355: [CURATOR-464] attach orignal artifacts with classifier original URL: https://github.com/apache/curator/pull/355#issuecomment-604842044 Updating the title and the commit of this PR. Following alternative #2, I propose a new change where projects of type jar or bundle would have original artifacts attached. In this way, existing clients could remain enjoying shaded artifacts during upgrade, and new clients may choose either based on their need. Though listed in supported types of bundle plugin, projects of type war are not included in this change, because those projects simply packs everything in the dependency tree into artifacts, and they don't have separation in class loading. Projects of type jar, on the other hand, could produce artifacts usable as bundles, by planting headers required by OSGi runtime into manifest during packaging, so they are included. Thanks!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
