We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Add an URL tag to guava/pom.xml
guava/pom.xml
The text was updated successfully, but these errors were encountered:
pom.xml
Add an explicit project URL to Guava's main pom.xml.
a349bde
Fixes #5618. Closes #5619. RELNOTES=n/a PiperOrigin-RevId: 380577534
ac4c56b
eamonnmcmanus
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: