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:01:45 UTC

[hbase] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 96c971f18b344c3fa2e16d2fa1b4fe599e6d6cd9
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 6a5f1de..d9b1cf1 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