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

Pre-release filter for Maven Central #10366

Open
chrisbanes opened this issue Jul 16, 2024 · 1 comment
Open

Pre-release filter for Maven Central #10366

chrisbanes opened this issue Jul 16, 2024 · 1 comment
Labels
service-badge Accepted and actionable changes, features, and bugs

Comments

@chrisbanes
Copy link

Similar to the Nuget vpre variant, I'd love a way to filter for stable or pre-releases on Maven Central. Currently it will always display the latest version.

I could use versionPrefix but then I have to update the version each release.

@chris48s
Copy link
Member

I think the reason we haven't attempted to implement this for maven is that the response we get from maven central (example: https://repo1.maven.org/maven2/com/google/guava/guava/maven-metadata.xml ) don't allow us to know if a given version is classed as a pre-release by the registry or not. I also suspect that not every project on maven central follows the exact same rules for how a version string would communicate that a release is a pre-release.

@chris48s chris48s added the service-badge Accepted and actionable changes, features, and bugs label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service-badge Accepted and actionable changes, features, and bugs
Projects
None yet
Development

No branches or pull requests

2 participants