Skip to content

Commit 44f3008

Browse files
ndimidukApache9
authored andcommitted
HBASE-26549 hbaseprotoc plugin should initialize maven (#3927)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent bbdc840 commit 44f3008

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dev-support/hbase-personality.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,14 @@ function hadoopcheck_rebuild
698698
# TODO if we need the protoc check, we probably need to check building all the modules that rely on hbase-protocol
699699
add_test_type hbaseprotoc
700700

701+
function hbaseprotoc_initialize
702+
{
703+
# So long as there are inter-module dependencies on the protoc modules, we
704+
# need to run a full `mvn install` before a patch can be tested.
705+
yetus_debug "initializing HBase Protoc plugin."
706+
maven_add_install hbaseprotoc
707+
}
708+
701709
## @description hbaseprotoc file filter
702710
## @audience private
703711
## @stability evolving

0 commit comments

Comments
 (0)