Rick,

Can you check in your local Maven repository to see if the 0.3.0-SNAPSHOTs
are in there?  It is typically in HOME/.m2

As one example ~/.m2/repository/org/apache/nifi/nifi-api/  should have a
sub-directory for 0.3.0-SNAPSHOT.

-Bryan

On Fri, Sep 4, 2015 at 2:50 PM, Rick Braddy <rbra...@softnas.com> wrote:

> 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:aldrinp...@gmail.com]
> Sent: Friday, September 04, 2015 12:46 PM
> To: dev@nifi.apache.org
> 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 <rbra...@softnas.com> 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
> >
>

Reply via email to