From 8870b42046d94ab641563de45bc63e9ae156c783 Mon Sep 17 00:00:00 2001 From: Gunnlaugur Thor Briem Date: Sun, 15 Jun 2003 11:39:36 +0000 Subject: [PATCH] Make NBM signable (task 76460). Sign it by creating your own key in the default keystore location with Java's keytool, and then passing -Dstorepass=whatever to ant. Then publish your certificate signature on the website -- or, even better, sign your certificate with a chain of trust ending in an official CA, so that people won't have to furrow their eyebrows about anything ... but then, that costs money :). Ideally we should have a CA-signed certificate for PMD with which we would sign the personal key of whoever makes the build -- but of course the key of that certificate would have to be "closed-source" :) git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1969 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-netbeans/CHANGES.txt | 1 + pmd-netbeans/build.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pmd-netbeans/CHANGES.txt b/pmd-netbeans/CHANGES.txt index 63ad30c60b..5eb3fe6110 100644 --- a/pmd-netbeans/CHANGES.txt +++ b/pmd-netbeans/CHANGES.txt @@ -1,3 +1,4 @@ +- The NBM module can now be built signed with someone's key (task 76460) - Display progress in a dialog and allow cancel (Feature Request 687119) - Let modules register extra rulesets (Radim Kubacki's patch 690601, thanks!) - Made rule properties editable, finally :), completing task 75427. diff --git a/pmd-netbeans/build.xml b/pmd-netbeans/build.xml index 81ab08db9f..f7fff02e93 100644 --- a/pmd-netbeans/build.xml +++ b/pmd-netbeans/build.xml @@ -1,6 +1,8 @@ + + @@ -57,6 +59,7 @@ CHANGES +