mapbox-java icon indicating copy to clipboard operation
mapbox-java copied to clipboard

Where do I get the latest release via Maven?

Open boldtrn opened this issue 4 years ago • 3 comments

I'd like to use the latest release of this repo via Maven.

The latest releases according to Github is 6.1.0, this is also used in other repositories like mapbox-navigation-android.

The README mentions https://oss.jfrog.org/artifactory/oss-snapshot-local/, which doesn't seem to contain any Mapbox libraries anymore?

The Mapbox documentation mentions the latest version would be 5.8.0 (https://docs.mapbox.com/android/java/guides/install/).

Is there any way to use version 6.X with Maven?

boldtrn avatar Jan 12 '22 13:01 boldtrn

It appears that the latest version is available on the private Mapbox repository. As many Java projects we are using Maven. I couldn't find any example on how to integrate the private Mapbox repository with Maven.

I tried using the usual way with having user & password in the settings.xml, but this doesn't seem to work. Maybe the private repository isn't compatible with Maven?

Are there any plans to release this repository again using standard repositories like Maven Central?

It seems a bit odd that this is not released to central anymore, even though it contains no private or not FOSS compatible source code like nav-native?

boldtrn avatar Jan 13 '22 15:01 boldtrn

Any news about this missing documentation?

jlannoy avatar Sep 21 '22 18:09 jlannoy

I tried using the usual way with having user & password in the settings.xml, but this doesn't seem to work. Maybe the private repository isn't compatible with Maven?

See #1494 for how to make it work

doompadee avatar Nov 23 '22 09:11 doompadee