[
https://issues.apache.org/jira/browse/NIFI-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510655#comment-16510655
]
ASF GitHub Bot commented on NIFI-5304:
--------------------------------------
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.
----
> NiFi Nar Maven Plugin Help Mojo Doesn't Work
> --------------------------------------------
>
> Key: NIFI-5304
> URL: https://issues.apache.org/jira/browse/NIFI-5304
> Project: Apache NiFi
> Issue Type: Bug
> Components: Tools and Build
> Affects Versions: nifi-nar-maven-plugin-1.1.0
> Reporter: Martin Payne
> Priority: Minor
>
> The help Mojo in NiFi Nar Maven Plugin doesn't work / doesn't exist in the
> built plugin. The Maven Plugin Plugin "helpmojo" goal is currently bound to
> the "process-classes" lifecycle phase, which means the source code is
> generated after compilation has taken place. It should be bound to the
> "generate-sources" lifecycle phase.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)