From 4862e755705c2865f035637922cba4e7ccb12d7d Mon Sep 17 00:00:00 2001 From: AnuGayan Date: Tue, 11 Jul 2023 16:39:46 +0530 Subject: [PATCH] Make build to use a local .m2 --- product-scenarios/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product-scenarios/test.sh b/product-scenarios/test.sh index e20f5c0a65..e51a214408 100755 --- a/product-scenarios/test.sh +++ b/product-scenarios/test.sh @@ -107,7 +107,7 @@ fi #-DsuiteXmlFile=src/test/resources/testng${PRODUCT_VERSION}.xml \ #-fae -B -f pom.xml #sleep 5000 -mvn clean install -fae +mvn clean install -fae -Dmaven.repo.local="/root/.m2/repository" MVNSTATE=$? #=============== Copy Surefire Reports ===========================================