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} - +