Phil,

Can you provide the version of Maven you are using? Running Maven with the
-X argument for debug will generate a lot of logging information, but it
might point to the POM resolution problem.

Regards,
David Handermann

On Wed, Apr 6, 2022 at 8:13 PM Phil H <gippyp...@gmail.com> wrote:

> I reverted back to AZUL JDK 11, and then in turn to Oracle JDK 11, and all
> had the same issue.
>
> So I’m assuming it’s either a OSX thing, or some sort of weird maven issue?
>
> > On 7 Apr 2022, at 10:02 am, Mike Thomsen <mikerthom...@gmail.com> wrote:
> >
> >> However it’s not a network issue because…
> >
> > Could be something funky with how Java 17's TLS APIs are working on your
> setup.
> >
> > Java 8 and Java 11 are your best bets for now anyway. Java 17 support
> > is still in the early stages and isn't a preferred JDK/JRE.
> >
> > On Wed, Apr 6, 2022 at 7:00 PM Phil H <gippyp...@gmail.com> wrote:
> >>
> >> So I upgraded to the Azul JDK 17.  New repo, following the same
> instructions as before.
> >>
> >>     phil@Phils-MacBook-Pro nifi % mvn -T C2.0 clean install
> -Pinclude-grpc
> >>     [INFO] Scanning for projects...
> >>     Downloading from central:
> https://repo1.maven.org/maven2/org/apache/apache/25/apache-25.pom
> >>     Downloading from apache-repo:
> https://repository.apache.org/content/repositories/releases/org/apache/apache/25/apache-25.pom
> >>     Downloading from Shibboleth:
> https://build.shibboleth.net/nexus/content/repositories/releases/org/apache/apache/25/apache-25.pom
> >>     [ERROR] [ERROR] Some problems were encountered while processing the
> POMs:
> >>     [FATAL] Non-resolvable parent POM for
> org.apache.nifi:nifi:1.17.0-SNAPSHOT: Could not transfer artifact
> org.apache:apache:pom:25 from/to central (https://repo1.maven.org/maven2):
> transfer failed for
> https://repo1.maven.org/maven2/org/apache/apache/25/apache-25.pom and
> 'parent.relativePath' points at no local POM @ line 14, column 13
> >> @
> >>     [ERROR] The build could not read 1 project -> [Help 1]
> >>     [ERROR]
> >>     [ERROR]   The project org.apache.nifi:nifi:1.17.0-SNAPSHOT
> (/Users/phil/nifi/pom.xml) has 1 error
> >>     [ERROR]     Non-resolvable parent POM for
> org.apache.nifi:nifi:1.17.0-SNAPSHOT: Could not transfer artifact
> org.apache:apache:pom:25 from/to central (https://repo1.maven.org/maven2):
> transfer failed for
> https://repo1.maven.org/maven2/org/apache/apache/25/apache-25.pom and
> 'parent.relativePath' points at no local POM @ line 14, column 13: Network
> is unreachable -> [Help 2]
> >>     [ERROR]
> >>     [ERROR] To see the full stack trace of the errors, re-run Maven
> with the -e switch.
> >>     [ERROR] Re-run Maven using the -X switch to enable full debug
> logging.
> >>     [ERROR]
> >>     [ERROR] For more information about the errors and possible
> solutions, please read the following articles:
> >>     [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> >>     [ERROR] [Help 2]
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> >>
> >> However it’s not a network issue because…
> >>
> >>     phil@Phils-MacBook-Pro nifi % curl
> https://repo1.maven.org/maven2/org/apache/apache/25/apache-25.pom
> >>     <?xml version="1.0" encoding="UTF-8"?>
> >>
> >>     <!--
> >>     Licensed to the Apache Software Foundation (ASF) under one
> >>     or more contributor license agreements.  See the NOTICE file
> >> …
> >>
> >> So frustrating .. I just wanna fix SplitContent!
>
>

Reply via email to