You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Neha (Jira)" <ji...@apache.org> on 2021/07/30 13:51:00 UTC

[jira] [Created] (MNG-7201) Child pom fails to resolve the parent pom from Nexus repo

Neha created MNG-7201:
-------------------------

             Summary: Child pom fails to resolve the parent pom from Nexus repo
                 Key: MNG-7201
                 URL: https://issues.apache.org/jira/browse/MNG-7201
             Project: Maven
          Issue Type: Bug
          Components: POM
    Affects Versions: 3.8.1
         Environment: Jenkins Maven Pod using <maven:3.8.1-jdk-11> image
            Reporter: Neha


A maven project which have a parent SNAPSHOT cannot be resolved when :

a) the Parent SNAPSHOT pom is not present in the local maven repository
b) the Parent SNAPSHOT pom is deployed in a Nexus repository and <repository> entry in pom.xml of parent project.
c) settings.xml has a mirror redirecting all (*) to Nexus
d) there is no <repository> entry in the settings.xml file and in pom.xml of child project as Nexus is used for all resolutions.

- If we added <repository> entry in pom.xml of child project then it retrieves from Nexus.

 

Please check below error:
[FATAL] Non-resolvable parent POM for <child snapshot>: Could not find artifact <parent snapshot> and 'parent.relativePath' points at wrong local POM @ line 5, column 13



--
This message was sent by Atlassian Jira
(v8.3.4#803005)