From 594e879bc840ddc0dee68bde0babedc09d5b4dd9 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 21 Oct 2020 17:40:46 +0200 Subject: [PATCH] fix local build script --- eclipse-distribution/local-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-distribution/local-build.sh b/eclipse-distribution/local-build.sh index 8d3c1dd8c..15568e1b6 100755 --- a/eclipse-distribution/local-build.sh +++ b/eclipse-distribution/local-build.sh @@ -1 +1 @@ -mvn clean package -Pe415 -Psnapshot -Dsigning.skip=true -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5 -Dskip.osx.signing=true -Dskip.win.signing=true -Dskip.osx.notarizing=true +mvn clean package -Pe417 -Psnapshot