From 7e74595df571f76e428be3899e7c7162be067bcc Mon Sep 17 00:00:00 2001 From: Tuupertunut Date: Thu, 26 Oct 2017 05:29:48 +0300 Subject: [PATCH] Enabled signing of the NBM file. --- .gitignore | 3 ++- pom.xml | 24 ++++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a6f89c2..4d054c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/target/ \ No newline at end of file +/target/ +/keystore/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index 674a11a..719a32d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,25 @@ + + org.codehaus.mojo + properties-maven-plugin + 1.0.0 + + + initialize + + read-project-properties + + + + keystore/pass.properties + + true + + + + org.codehaus.mojo nbm-maven-plugin @@ -23,8 +42,9 @@ Tuupertunut MIT License LICENSE.md - mykeystore - myself + keystore/keystore + tuupertunut + ${keystorepass}