Thanks for your interest in helping to vote on a release candidate!
wget https://dist.apache.org/repos/dist/release/nifi/KEYS
wget for Windows can be found here.
gpg --import KEYS
On Windows cmder includes gpg.
rm -rf ~/.m2/repository/*
export VERSION=2.8.0wget https://dist.apache.org/repos/dist/dev/nifi/nifi-api-$VERSION/nifi-api-$VERSION-source-release.zip
wget https://dist.apache.org/repos/dist/dev/nifi/nifi-api-$VERSION/nifi-api-$VERSION-source-release.zip.asc
wget https://dist.apache.org/repos/dist/dev/nifi/nifi-api-$VERSION/nifi-api-$VERSION-source-release.zip.sha512
gpg --verify -v nifi-api-$VERSION-source-release.zip.asc
Run the following commands on Linux or macOS:
shasum -a 512 nifi-api-$VERSION-source-release.zip
Run the following commands on Windows:
certutil -hashfile nifi-api-$VERSION-source-release.zip SHA512
unzip -DD nifi-api-$VERSION-source-release.zip
Use Maven Wrapper to build using the currently configured Maven version. The Maven Wrapper script is named mvnw for Linux and macOS, and mvnw.cmd for Windows.
cd nifi-api-$VERSION
On Linux or macOS
./mvnw clean verify
On Windows
mvnw.cmd clean verify
The team welcomes participation in the release verification process! Project Management Committee members can cast binding votes. All other committers and contributors can cast non-binding votes.
Send a response to the vote thread indicating a +1, 0, -1 based on your findings.
Thank you for your time and effort to validate the release!