maven repo openmrs issue

Hello all;

Continuing this discussion am suspecting the an openmrs-bintray-repo config issue or some failure by maven to resolve the dependencies because these error logs show up when am building modules yet core builds successfully,i tried different internet connections but all in vain

@cintiadr @dkayiwa @mozzy

1 Like

Well, https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/atlassian/jira/jira-rest-java-client/2.0.0-m2/jira-rest-java-client-2.0.0-m2.jar seems to work fine. So it doesn’t seem that the Jfrog repository has any problem.

Now, what’s the version of the JDK that is running your maven? What’s your maven version? It’s known that older versions of the JDK do not like the letsencrypt certificate, and older versions of maven do not do the redirect to https.

C:\Users\Cliff>mvn -version
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T21:41:4
7+03:00)
Maven home: C:\Users\Cliff\Desktop\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin
\..
Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: C:\Program Files\J
ava\jdk1.8.0_191\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

C:\Users\Cliff>

@cintiadr

1 Like

This seems to be a network issue…I just stumbled into it too…Was using Africell network provider(Uganda) for internet.However changing to MTN has done trick. @gcliff

1 Like

I don’t really know what seems to be the problem.

I just did mvn openmrs-sdk:setup -Ddistro=referenceapplication:2.10.0-SNAPSHOT and it downloaded all the maven dependencies successfully.

I could also run maven clean install on that module and download it. I’m not sure what could be the problem. Can you download the file directly?

sure @cintiadr, thanks

Are u still blocked?