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

wrong url in pom file #5618

Closed
jakobbraun opened this issue Jun 21, 2021 · 0 comments
Closed

wrong url in pom file #5618

jakobbraun opened this issue Jun 21, 2021 · 0 comments
Assignees

Comments

@jakobbraun
Copy link
Contributor

guava does not define a project URL in the pom file. In that case, maven inherits the value of the parent pom and appends the artifact id (see maven documentation).
By that maven resolves the URL to https://github.com/google/guava/guava, which does not exist.

Suggested Solution

Add an URL tag to guava/pom.xml

@jakobbraun jakobbraun changed the title has wrong url in pom file wrong url in pom file Jun 21, 2021
@eamonnmcmanus eamonnmcmanus self-assigned this Jun 21, 2021
copybara-service bot pushed a commit that referenced this issue Jun 21, 2021
Fixes #5618. Closes #5619.

RELNOTES=n/a
PiperOrigin-RevId: 380577534
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants