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:17:06 UTC

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


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

commit 79b2a4d06aab9701991a6744d8b0c6ad3f3e0258
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