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

Version 0.8.4 POM not found on Sonatype #1202

Open
wipfli opened this issue Mar 7, 2025 · 6 comments
Open

Version 0.8.4 POM not found on Sonatype #1202

wipfli opened this issue Mar 7, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@wipfli
Copy link
Contributor

wipfli commented Mar 7, 2025

CI in the protomaps basemap is failing with

[INFO] Downloading from nexus-snapshots: https://s01.oss.sonatype.org/content/repositories/snapshots/com/onthegomap/planetiler/planetiler-core/0.8.4-SNAPSHOT/planetiler-core-0.8.4-SNAPSHOT.pom
Warning:  The POM for com.onthegomap.planetiler:planetiler-core:jar:0.8.4-SNAPSHOT is missing, no dependency information available
Warning:  The POM for com.onthegomap.planetiler:planetiler-core:jar:tests:0.8.4-SNAPSHOT is missing, no dependency information available

And on https://s01.oss.sonatype.org/content/repositories/snapshots/com/onthegomap/planetiler/planetiler-core/
there is no folder for version 0.8.4. Was that version deleted on sonatype?

@wipfli wipfli added the bug Something isn't working label Mar 7, 2025
@msbarry
Copy link
Contributor

msbarry commented Mar 7, 2025

I see the official release in main maven repository here: https://repo1.maven.org/maven2/com/onthegomap/planetiler/planetiler-core/ but it looks like that is for pre-release snapshots. Your should still be able to build though because it gets found in the main repository (it checks both). Does it end up failing?

@wipfli
Copy link
Contributor Author

wipfli commented Mar 7, 2025

@wipfli
Copy link
Contributor Author

wipfli commented Mar 7, 2025

@wipfli
Copy link
Contributor Author

wipfli commented Mar 7, 2025

Should we maybe switch to maven repository in the protomaps basemap instead of using snapshots from sonatype?

@msbarry
Copy link
Contributor

msbarry commented Mar 7, 2025

Check out what openmaptiles uses: https://github.com/openmaptiles/planetiler-openmaptiles/blob/main/pom.xml you should be able to do something similar

@wipfli
Copy link
Contributor Author

wipfli commented Mar 7, 2025

Let's try that, thanks! protomaps/basemaps#413

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants