From ef0dd0f438500b3ebea840a0d25fbe3103d1bd89 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Tue, 18 Feb 2020 23:37:44 +0200 Subject: [PATCH] Add support for signing published bundles gitlab simantics/platform#468 --- org.simantics.pythonlink.parent/pom.xml | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/org.simantics.pythonlink.parent/pom.xml b/org.simantics.pythonlink.parent/pom.xml index 57dd86f..b1f04ca 100644 --- a/org.simantics.pythonlink.parent/pom.xml +++ b/org.simantics.pythonlink.parent/pom.xml @@ -138,6 +138,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.pythonlink ../org.simantics.pythonlink.win32.x86_64 -- 2.45.1