From 4321ad671370de3ebad14ab4e7152159ee792c7a Mon Sep 17 00:00:00 2001 From: Ondrej Dockal Date: Tue, 3 Sep 2019 14:43:23 +0200 Subject: [PATCH] Add eclipse CDI maven plugin for signing the artefacts (fixes #2035) Signed-off-by: Ondrej Dockal --- pom.xml | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7dcc85116b..10587005d9 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ ${tycho-version} http://download.eclipse.org/staging/2019-09/ http://download.eclipse.org/technology/swtbot/snapshots/ - https://download.eclipse.org/tools/orbit/downloads/drops/S20190819183153/repository + https://download.eclipse.org/tools/orbit/downloads/drops/S20190827152740/repository 1.2.1 1.8 UTF-8 @@ -62,6 +62,16 @@ bin + + + + + org.eclipse.cbi.maven.plugins + eclipse-jarsigner-plugin + 1.1.5 + + + org.eclipse.tycho @@ -198,6 +208,12 @@ ${eclipse-orbit-update-site} p2 + + eclipse-cbi-site + https://repo.eclipse.org/content/repositories/cbi/ + p2 + + @@ -210,6 +226,27 @@ jacoco-report + + eclipse-sign + + + + org.eclipse.cbi.maven.plugins + eclipse-jarsigner-plugin + 1.1.5 + + + sign + verify + + sign + + + + + + +