Hello Apache NiFi community,
Thanks for your interest in helping to vote on a release candidate. First it is a good idea to review http://nifi.apache.org/release-guide.html. This page provides important background material to understand the mechanics and meaning of a release. It explains how things like +1, -1, 0, binding, and non binding votes work. With the above in mind lets dive right into the main steps in reviewing a release candidate of Apache NiFi NAR Maven Plugin.
Please find the associated guidance to help those interested in validating/verifying the release so they can vote.
wget https://dist.apache.org/repos/dist/dev/nifi/KEYS
wget for Windows can be found here.
gpg --import KEYS
On Windows cmder includes gpg.
rm -rf ~/.m2/repository/*
wget https://dist.apache.org/repos/dist/dev/nifi/nifi-nar-maven-plugin-1.5.1/nifi-nar-maven-plugin-1.5.1-source-release.zip
wget https://dist.apache.org/repos/dist/dev/nifi/nifi-nar-maven-plugin-1.5.1/nifi-nar-maven-plugin-1.5.1-source-release.zip.asc
wget https://dist.apache.org/repos/dist/dev/nifi/nifi-nar-maven-plugin-1.5.1/nifi-nar-maven-plugin-1.5.1-source-release.zip.sha256
wget https://dist.apache.org/repos/dist/dev/nifi/nifi-nar-maven-plugin-1.5.1/nifi-nar-maven-plugin-1.5.1-source-release.zip.sha512
gpg --verify -v nifi-nar-maven-plugin-1.5.1-source-release.zip.asc
shasum -a 256 nifi-nar-maven-plugin-1.5.1-source-release.zipshasum -a 512 nifi-nar-maven-plugin-1.5.1-source-release.zip
On Windowscertutil -hashfile nifi-nar-maven-plugin-1.5.1-source-release.zip SHA256certutil -hashfile nifi-nar-maven-plugin-1.5.1-source-release.zip SHA512
unzip -DD nifi-nar-maven-plugin-1.5.1-source-release.zip
cd nifi-nar-maven-plugin-1.5.1mvn -T 1C clean install
Thank you for your time and effort to validate the release!