Yes. I pulled source from Nifi on Github[1] and built it locally, which seemed to work okay at first.
Is there a better process to use? [1] https://github.com/apache/nifi -----Original Message----- From: Aldrin Piri [mailto:[email protected]] Sent: Friday, September 04, 2015 12:46 PM To: [email protected] Subject: Re: POM dependency failures Rick, Did you do a build (mvn install) of the 0.3.0 repository on the same machine you are doing this development on? We do not, as a project, publish any snapshots and this would explain the issues in not being able to locate the associate poms. On Fri, Sep 4, 2015 at 1:39 PM, Rick Braddy <[email protected]> wrote: > Hi, > > Does anyone know why these dependencies would suddenly start failing > or how to go about resolving? > > [WARNING] The POM for org.apache.nifi:nifi-api:jar:0.3.0-SNAPSHOT is > missing, no dependency information available [WARNING] The POM for > org.apache.nifi:nifi-processor-utils:jar:0.3.0-SNAPSHOT is missing, no > dependency information available [WARNING] The POM for > org.apache.nifi:nifi-mock:jar:0.3.0-SNAPSHOT is missing, no dependency > information available > > These errors occur during Maven build in a separate NAR bundle project > created using Bryan's Customer Processor post here< > http://bryanbende.com/development/2015/02/04/custom-processors-for-apa > che-nifi/> > for developing custom processors. > > This Maven project had been building okay yesterday and just suddenly > stopped working today (and I don't believe I changed any POM files)... > > Thanks > Rick >
