This repository was archived by the owner on Nov 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
This repository was archived by the owner on Nov 16, 2021. It is now read-only.
Not in Maven central #4
Copy link
Copy link
Open
Description
I think it is the case that this library is not published to maven central.
Adding to my pom.xml
<dependency>
<groupId>com.onfido</groupId>
<artifactId>onfido-java</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>cannot resolve the dependency. https://search.maven.org/search?q=g:com.onfido.api.client also yields no results. I see from https://mvnrepository.com/artifact/com.onfido.api.client/onfido-api-client/2.1.0 this the dependency is in jcenter (but under different group and artefact co-ordinates)
For many server-side (non android users who do not use jcenter as default) the central repo is defined as:
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>I think it'd either be useful for devs to either:
- publish to central too, which appear to be not as hard as it used to be, especially when using https://blog.bintray.com/2014/02/11/bintray-as-pain-free-gateway-to-maven-central/ which suggests it's essentially a setting
- Just document in the readme.md of this repository that you'd need to add something like:
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>jcenter</id>
<name>bintray</name>
<url>https://jcenter.bintray.com</url>
</repository>to your pom.xml.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels