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 Maven Repository API #32

Open
MatteoJoliveau opened this issue Jun 23, 2020 · 0 comments
Open

Support Maven Repository API #32

MatteoJoliveau opened this issue Jun 23, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request epic For long tales and legends
Milestone

Comments

@MatteoJoliveau
Copy link
Member

This is one of the most under-documented protocols ever encountered.

It's basically a series of GET and PUT requests for files in a filesystem, following the Maven Repository Layout.
https://cwiki.apache.org/confluence/display/MAVEN/Remote+repository+layout

We might also support generating JSON Metadata to improve consumption for newer clients.

Version parsing and comparison is also a challenge, as they follow their own semantic.

@MatteoJoliveau MatteoJoliveau added enhancement New feature or request epic For long tales and legends labels Jun 23, 2020
@MatteoJoliveau MatteoJoliveau added this to the 0.1.0 milestone Jun 23, 2020
@MatteoJoliveau MatteoJoliveau self-assigned this Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic For long tales and legends
Projects
None yet
Development

No branches or pull requests

1 participant