stoty commented on issue #687: Hbase compat buildtime URL: https://github.com/apache/phoenix/pull/687#issuecomment-577722806 I have reworked the build system. You need to specify both the hbase compatibility module's version, as well as the HBase version that you build/test/shade against. f.e: mvn -Dhbase.version=2.2.3 -Dhbase.compat.version=2.2 (the default is 2.0.1 and 2.0, the old behaviour) I have also reset the project version to 5.1-SNAPSHOT, and added the hbase compatbility information as a classifier to the shaded artifacts. This should play nice with maven repos, as there is one set of unshaded artifacts, and the shaded artifacts can be selected by classifers.
---------------------------------------------------------------- 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
