Skip to content

Commit

Permalink
HBASE-26549 hbaseprotoc plugin should initialize maven (apache#3927)
Browse files Browse the repository at this point in the history
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit 348877d)
Change-Id: Iba0dd6b31aba13eb26985d3ba9363203ab25f54c
  • Loading branch information
ndimiduk authored and petersomogyi committed Jan 3, 2022
1 parent 357bdaf commit 7e7f22f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev-support/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e7f22f

Please sign in to comment.