From be05d1ec036c39f1e29389fadfaf40bce4cf32d1 Mon Sep 17 00:00:00 2001 From: mozhenghua Date: Fri, 5 May 2023 15:27:28 +0800 Subject: [PATCH] add --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index daa9c161fd..84c7c9ec55 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,6 @@ -mvn install -Dmaven.test.skip=true -pl \ +mvn install -Dmaven.test.skip=true \ +-DaltDeploymentRepository=base::default::http://localhost:8080/release \ +-pl \ hbase20xsqlreader\ ,plugin-unstructured-storage-util\ ,odpswriter\