HBASE-26549 hbaseprotoc plugin should initialize maven (#3927)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
136b1ea7ab
commit
96c971f18b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue