From 66454776e908b14313bdfacd2dc830f7369ed3c0 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 22 Nov 2019 08:55:05 +0100 Subject: [PATCH] first steps towards signing the windows executable --- .../pom.xml | 34 +++++++++++++++++++ eclipse-distribution/pom.xml | 3 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e413/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e413/pom.xml index 0d22972b2..f2af9657e 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e413/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e413/pom.xml @@ -132,6 +132,40 @@ 1.7 + + + win-exe-signing + package + + ${skip.win.signing} + + + + + + + + + + + + + + + + + + + + + + + + + run + + + osx-app-signing diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index 7f06d15e4..d1f8cb5f5 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -55,7 +55,8 @@ pivotal ~/.keytool/pivotal.jks - + + true true true