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

Support for more Maven registries #21

Open
manuelleduc opened this issue Jun 5, 2023 · 1 comment
Open

Support for more Maven registries #21

manuelleduc opened this issue Jun 5, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@manuelleduc
Copy link

manuelleduc commented Jun 5, 2023

Hello,

I'm working on the XWiki project, and while checking for security issues on https://osv.dev/, I noticed that some of our maven modules are not listed on https://deps.dev/.

For instance, https://deps.dev/maven/org.xwiki.commons%3Axwiki-commons-collection or https://deps.dev/maven/org.xwiki.rendering%3Axwiki-rendering-macro-content are correctly found.
But, org.xwiki.platform:xwiki-platform-attachment-api cannot be found.

Can you confirm that the later is not found because we upload the release on our own public repository instead of the central repository?

And if so, is there some way to make our artifacts indexed in https://deps.dev/

Sincerely,
Manuel Leduc

@adg
Copy link
Collaborator

adg commented Jun 6, 2023

Hi Manuel, thanks for getting in touch.

I can confirm the reason why those modules do not appear on deps.dev is because we presently only index the Maven Central, Jenkins, and Google registries. We're working on support for other registries. We'll let you know as soon as this is possible.

@adg adg added the enhancement New feature or request label Jun 6, 2023
@adg adg changed the title Missing XWiki maven modules Support for more Maven registries Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants