GitHub user MartinPayne opened a pull request:
https://github.com/apache/nifi-maven/pull/5
NIFI-5304 - Changed Lifecycle Phase Binding for Help Mojo
Moved Maven Plugin Plugin help Mojo from "process-classes" to
"generate-sources" lifecycle phase to ensure the help Mojo is included
in the built plugin.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MartinPayne/nifi-maven upstream/pr/help-mojo
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-maven/pull/5.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5
----
commit 39aca9c4360b347d5f2e7075dd9162b96d7869c5
Author: Martin Payne <development@...>
Date: 2018-06-13T05:48:53Z
NIFI-5304 - Changed Lifecycle Phase Binding for Help Mojo
Moved Maven Plugin Plugin help Mojo from "process-classes" to
"generate-sources" lifecycle phase to ensure the help Mojo is included
in the built plugin.
----
---