You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/08/11 19:26:56 UTC

[GitHub] [hbase-thirdparty] joshelser opened a new pull request #31: HBASE-24858 Exclude the current modules jar from the shading step

joshelser opened a new pull request #31:
URL: https://github.com/apache/hbase-thirdparty/pull/31


   When a module's jar from the previous build of that module is left in
   place, replacing the main artifact for that module, the next build of
   that module will happen to pick up the shaded jar and try to re-shaded
   that jar.
   
   This is unexpected, as we're reading through all of the module's
   dependencies and unpackaging/relocating each of them. We do not expect
   to be getting them from the modules main artifact.
   
   The easy solution is that we just always exclude this modules jar. Given
   that these modules have no source (just a repacking of thirdparty
   projects), this is safe for us to do. Best as I can tell, the resulting
   jars are equivalently built.
   
   Also tagging Busbey as a resident-Maven-expert


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [hbase-thirdparty] Apache9 merged pull request #31: HBASE-24858 Exclude the current modules jar from the shading step

Posted by GitBox <gi...@apache.org>.
Apache9 merged pull request #31:
URL: https://github.com/apache/hbase-thirdparty/pull/31


   


----------------------------------------------------------------
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:
users@infra.apache.org