-
Notifications
You must be signed in to change notification settings - Fork 203
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
Sonatype links are now broken because of search.maven.org #748
Comments
What is the reporting issue? That domain is only referenced as a (possible) quick link in the html report. That android dependency is not on Maven Central and on Google's repository. That causes the link to fail as not found. We don't know where the dependency was located by Gradle during resolution, it's just a best effort guess. The majority of the community uses Central, but some ecosystems decided to diverge. Many therefore use mvnrepository.com as a meta ui that indexes multiple repositories, but it is not official and displays ads which could erode trust. |
Yes indeed, Google's Android dependencies are on their repository (here).
This point is still relevant though, as at some point the |
I'd be fine having the urls swapped and an additional links to other repositories. It used to include jcenter in the html report. Having a few likely ones, including PRs are welcome, you can see relevant code if interested. |
First of all, thank you for this extremely useful plugin!
There is a slight issue with the reporting, as the Sonatype/Maven links to builds have changed.
Example of broken link in report:
https://search.maven.org/artifact/androidx.activity/activity-ktx/1.6.1/bundle
I believe that now
search.maven.org
has fully migrated tocentral.sonatype.com
, as the message at this link says.The text was updated successfully, but these errors were encountered: