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
On a purldb instance with data from an old packagedb instance, we have maven packages where the download URLs are not valid. For example, a package has the download URL of https://repo1.maven.org/maven2/xdoclet-plugin-beaninfo/xdoclet-plugin-beaninfo/20051012.090849/xdoclet-plugin-beaninfo-20051012.090849.jar, which is invalid. The correct download URL should be https://repo1.maven.org/maven2/xdoclet-plugins/xdoclet-plugin-beaninfo/20051012.090849/xdoclet-plugin-beaninfo-20051012.090849.jar
The text was updated successfully, but these errors were encountered:
Hey JonoYang, I'm interested in solving this issue, can you please guide me to get started? Thanks.
Sorry, something went wrong.
I've fixed the download URLs using code I have in this branch (https://github.com/nexB/purldb/tree/update-maven-download-urls) (#208)
No branches or pull requests
On a purldb instance with data from an old packagedb instance, we have maven packages where the download URLs are not valid. For example, a package has the download URL of https://repo1.maven.org/maven2/xdoclet-plugin-beaninfo/xdoclet-plugin-beaninfo/20051012.090849/xdoclet-plugin-beaninfo-20051012.090849.jar, which is invalid. The correct download URL should be https://repo1.maven.org/maven2/xdoclet-plugins/xdoclet-plugin-beaninfo/20051012.090849/xdoclet-plugin-beaninfo-20051012.090849.jar
The text was updated successfully, but these errors were encountered: