Skip to content

Conversation

@gnodet
Copy link
Contributor

@gnodet gnodet commented Sep 8, 2024

JIRA issue: https://issues.apache.org/jira/browse/MNG-8252
IT PR: apache/maven-integration-testing#360

A simple empty parent should be sufficient if the parent is located in the parent directory:

<project xmlns="http://maven.apache.org/POM/4.1.0">
    <parent />
    <artifactId>maven-resolver-util</artifactId>

     ...
</project>

If the parent is in a different location,

<project xmlns="http://maven.apache.org/POM/4.1.0">
   <parent>
       <location>../parent/</location>
   </parent>
   <artifactId>maven-resolver-util</artifactId>

    ...
</project>

@gnodet gnodet added this to the 4.0.0-beta-5 milestone Sep 8, 2024
@gnodet gnodet requested a review from cstamas September 9, 2024 09:05
@gnodet gnodet merged commit e6d038a into apache:master Sep 11, 2024
gnodet added a commit to gnodet/maven that referenced this pull request Sep 11, 2024
gnodet added a commit to gnodet/maven that referenced this pull request Sep 11, 2024
gnodet added a commit that referenced this pull request Sep 12, 2024
@gnodet gnodet deleted the MNG-8252 branch September 12, 2024 04:58
@jira-importer
Copy link

Resolve #9766

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants