Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve][build] Remove invalid relativePath definitions in pom.xml files #22741

Merged
merged 1 commit into from
May 18, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented May 17, 2024

Motivation

Using <relativePath>..</relativePath> is invalid, it should be <relativePath>../pom.xml</relativePath>.
Since the default for relativePath value is ../pom.xml, there's no need to include the relativePath definition when it's ../pom.xml.

Modifications

  • remove relativePath elements from pom.xml files when the value is .. or ../pom.xml.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@shoothzj shoothzj merged commit 4593cc3 into apache:master May 18, 2024
51 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build doc-not-needed Your PR changes do not impact docs ready-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants