[
https://issues.apache.org/jira/browse/NIFI-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14703469#comment-14703469
]
Matt Gilman commented on NIFI-376:
----------------------------------
The new maven can be run using the following command against a NAR artifact
that has a NAR depenendency:
{code}
mvn
org.apache.nifi:nifi-nar-maven-plugin:1.1.0-SNAPSHOT:provided-nar-dependencies
-Dmode=tree
{code}
{code}
mvn
org.apache.nifi:nifi-nar-maven-plugin:1.1.0-SNAPSHOT:provided-nar-dependencies
-Dmode=mode
{code}
> New NiFi NAR plugin feature
> ---------------------------
>
> Key: NIFI-376
> URL: https://issues.apache.org/jira/browse/NIFI-376
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Tools and Build
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Minor
> Fix For: 0.3.0
>
> Attachments: 0001-NIFI-376.patch
>
>
> Provide a goal for determining the dependencies provided by a nar dependency.
> As developers begin to write their own nars they will need a way of knowing
> what dependencies will be included in their classpath automatically based on
> the configured nar hierarchy.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)