From 2dcbdb6492e7624c2e0b1fc27d1a23d59be1bec6 Mon Sep 17 00:00:00 2001 From: Tuupertunut Date: Thu, 26 Oct 2017 17:48:26 +0300 Subject: [PATCH] Enabled signing of the NBM file. --- .gitignore | 3 ++- pom.xml | 31 +++++++++++++++++++++++++------ 2 files changed, 27 insertions(+), 7 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 05c4eaa..cc93531 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +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 @@ -22,10 +40,11 @@ true Rob Terpilowski - MIT License - LICENSE - mykeystore - myself + MIT License + LICENSE + keystore/keystore + tuupertunut + ${keystorepass} @@ -57,7 +76,7 @@ - + org.netbeans.api org-netbeans-api-annotations-common