Re: NAR extensions warning during build

2019-05-30 Thread Bryan Bende
I think the issue is you are building with the latest NAR plugin, but then you have a dependency on an older version of nifi-api. Not sure how your project is setup, but try changing to nifi-api 1.9.2. If you are using a project generated from the archetype, then you may be getting nifi-api from y

Re: NAR extensions warning during build

2019-05-30 Thread Russell Bateman
I'm sorry. Too much copying and pasting. I'm using 1.3.1 of the nifi-nar-maven-plugin. Would you reconsider the question on that basis? On 5/30/19 11:05 AM, Bryan Bende wrote: 3.5.1 is not a valid version of the NAR plugin. The current released version used by NiFi master is 1.3.1 ... https://

Re: NAR extensions warning during build

2019-05-30 Thread Bryan Bende
3.5.1 is not a valid version of the NAR plugin. The current released version used by NiFi master is 1.3.1 ... https://github.com/apache/nifi/blob/master/pom.xml#L492 Does the same thing happen using 1.3.1? On Thu, May 30, 2019 at 1:02 PM Russell Bateman wrote: > > In /pom.xml/, I have: > > >

NAR extensions warning during build

2019-05-30 Thread Russell Bateman
In /pom.xml/, I have:   *org.apache.nifi*   *nifi-nar-maven-plugin*   *3.5.1*   *true* I get this, which isn't fatal, when my NAR is built. I would like a) to know to what "extension(s)" this refers (related to the plug-in configuration in /pom.xml/?), b) where to put extension docu