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

Consider supporting groupIds based on embedded Maven metadata #16

Open
jesse-gallagher opened this issue Dec 26, 2019 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@jesse-gallagher
Copy link
Member

Some p2 repositories, like Eclipse's, contain Maven metadata inside the artifacts.xml and within the artifacts themselves, and it could make sense to use this when available.

The code would have to be careful to look up by artifactId alone first, and then verify that the requested group ID matches either the embedded one or (only if there is no embedded one present) the configured one for the repo.

@jesse-gallagher
Copy link
Member Author

This will normally be pretty unneeded, since most artifacts with Maven metadata will also be available in Maven Central. However, it might be useful for IBM-style deliveries where they have an internal Maven structure that isn't represented externally, but they give out zipped update sites.

@jesse-gallagher jesse-gallagher added this to the 1.2.0 milestone Dec 29, 2019
@jesse-gallagher jesse-gallagher modified the milestones: 1.2.0, 1.3.0 Mar 29, 2021
@jesse-gallagher jesse-gallagher modified the milestones: 1.3.0, 1.4.0 Apr 15, 2021
@jesse-gallagher jesse-gallagher removed this from the 1.4.0 milestone Jan 6, 2022
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

1 participant