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

4.x - Fix pom relativePath #68

Open
romain-grecourt opened this issue Aug 5, 2024 · 0 comments
Open

4.x - Fix pom relativePath #68

romain-grecourt opened this issue Aug 5, 2024 · 0 comments
Labels
4.x bug Something isn't working

Comments

@romain-grecourt
Copy link
Contributor

The <relativePath> element under <parent> needs to be empty to force remote resolution.
I.e.

<parent>
    <groupId>io.helidon.applications</groupId>
    <artifactId>helidon-mp</artifactId>
    <version>4.0.11</version>
    <relativePath/>
</parent>
@romain-grecourt romain-grecourt added bug Something isn't working 4.x labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant