Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Maven Wrapper instructions

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 (note the steps for NiFi Registry, MiNiFi, etc.. may differ).

Please find the associated guidance to help those interested in validating/verifying the release so they can vote.

...

unzip -DD nifi-1.23.0-source-release.zip

Verify the build works

...

and passes licensing and style checks

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-1.23.0

For Linux or macOS:

./mvnw -T 1C clean install -Pcontrib-check

For Windows

mvnw.cmd
mvn -T 1C clean install -Pcontrib-check

...