From 01b4e4c41ef14eeadc9a67ccc2bf566bc52c644d Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 16 Jun 2021 14:27:07 +0200 Subject: [PATCH] more debug output around notarizing --- .../macos-notarize.sh | 3 +++ .../org.springframework.boot.ide.product.e420/pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e420/macos-notarize.sh b/eclipse-distribution/org.springframework.boot.ide.product.e420/macos-notarize.sh index 0364a4992..448edb094 100755 --- a/eclipse-distribution/org.springframework.boot.ide.product.e420/macos-notarize.sh +++ b/eclipse-distribution/org.springframework.boot.ide.product.e420/macos-notarize.sh @@ -3,6 +3,9 @@ DMG=$1 NOTARIZE_SERVICE_URL=$2 +echo "Notarize DMG" +echo ${DMG} + RESPONSE=\ $(curl -s -X POST \ -F file=@${DMG} \ diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e420/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e420/pom.xml index fbd45d2db..4622971b8 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e420/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e420/pom.xml @@ -413,7 +413,7 @@ ${skip.osx.notarizing} - +