From 209e4e0a5b4ede023c432fbdc7192bf9d807ff8e Mon Sep 17 00:00:00 2001 From: Rob Stryker Date: Mon, 7 Oct 2024 15:11:01 -0400 Subject: [PATCH] Update local release script Signed-off-by: Rob Stryker --- tychoAndNpmUpversionMicroTagPush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tychoAndNpmUpversionMicroTagPush.sh b/tychoAndNpmUpversionMicroTagPush.sh index daf7098..6ffe2ca 100755 --- a/tychoAndNpmUpversionMicroTagPush.sh +++ b/tychoAndNpmUpversionMicroTagPush.sh @@ -75,7 +75,7 @@ mvn org.eclipse.tycho:tycho-versions-plugin:1.3.0:set-version -DnewVersion=$newv echo "Lets build the RSP" read -p "Press enter to continue" -mvn clean install -DskipTests +mvn clean install -DskipTests -Dtycho.localArtifacts=ignore echo "Did it succeed?" read -p "Press enter to continue"