From 5336d8bc4d6e5d84d9d1f373f1222dbb8ed8af86 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Tue, 18 Feb 2020 23:41:54 +0200 Subject: [PATCH] Add support for signing published bundles gitlab simantics/platform#468 --- .../pom.xml | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/releng/org.simantics.r.tycho.configuration/pom.xml b/releng/org.simantics.r.tycho.configuration/pom.xml index d8d4486..1af1b61 100644 --- a/releng/org.simantics.r.tycho.configuration/pom.xml +++ b/releng/org.simantics.r.tycho.configuration/pom.xml @@ -72,4 +72,53 @@ + + + + sign + + + sign + true + + + + + + org.codehaus.mojo + properties-maven-plugin + 1.0.0 + + + initialize + + read-project-properties + + + + + + ${sign.properties} + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + 3.0.0 + + + sign + + sign + verify + + + + + + + + + -- 2.46.2