You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/12/14 15:16:23 UTC

[hbase] branch branch-2.5 updated: HBASE-26549 hbaseprotoc plugin should initialize maven (#3927)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 44f3008  HBASE-26549 hbaseprotoc plugin should initialize maven (#3927)
44f3008 is described below

commit 44f30089b92240d3385e684e25eb7554c1056f58
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Tue Dec 14 07:01:14 2021 -0800

    HBASE-26549 hbaseprotoc plugin should initialize maven (#3927)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 dev-support/hbase-personality.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 8794f1b..cccaaac 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -698,6 +698,14 @@ function hadoopcheck_rebuild
 # TODO if we need the protoc check, we probably need to check building all the modules that rely on hbase-protocol
 add_test_type hbaseprotoc
 
+function hbaseprotoc_initialize
+{
+  # So long as there are inter-module dependencies on the protoc modules, we
+  # need to run a full `mvn install` before a patch can be tested.
+  yetus_debug "initializing HBase Protoc plugin."
+  maven_add_install hbaseprotoc
+}
+
 ## @description  hbaseprotoc file filter
 ## @audience     private
 ## @stability    evolving