From 69fe7280fde24dba39e68054ed9c1a1bd4fe10d8 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Tue, 18 Feb 2020 23:46:15 +0200 Subject: [PATCH] Add support for signing published bundles gitlab simantics/platform#468 --- pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/pom.xml b/pom.xml index be0c16e..a9faec5 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,54 @@ + + + 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 + + + + + + + + + org.simantics.excel.poi -- 2.43.2