Hi I’m new to OHDSI, and I’m having issues compiling the circe-be repository
repo: https://github.com/OHDSI/circe-be
master branch / tag: v1.9.5
$ mvn --version
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /usr/local/Cellar/maven/3.8.5/libexec
Java version: 18.0.1, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk/18.0.1/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: “mac os x”, version: “12.5”, arch: “x86_64”, family: “mac”
Running mvn compile
gave me this error
$ mvn clean compile
[INFO] Scanning for projects…
[INFO]
[INFO] --------------------------< org.ohdsi:circe >---------------------------
[INFO] Building circe 1.9.5-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https]://repo.maven.apache.org/maven2/org/ohdsi/standardized-analysis-utils/1.3.0/standardized-analysis-utils-1.3.0.pom
Downloading from central: https]://repo.maven.apache.org/maven2/org/ohdsi/sql/SqlRender/1.6.8/SqlRender-1.6.8.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.820 s
[INFO] Finished at: 2022-08-17T14:44:19-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project circe: Could not resolve dependencies for project org.ohdsi:circe:jar:1.9.5-SNAPSHOT: Failed to collect dependencies at org.ohdsi:standardized-analysis-utils:jar:1.3.0: Failed to read artifact descriptor for org.ohdsi:standardized-analysis-utils:jar:1.3.0: Could not transfer artifact org.ohdsi:standardized-analysis-utils:pom:1.3.0 from/to maven-default-http-blocker (http]://0.0.0.0/): Blocked mirror for repositories: [ohdsi (http://repo.ohdsi.org:8085/nexus/content/repositories/releases, default, releases+snapshots), ohdsi.thirdparty (http]://repo.ohdsi.org:8085/nexus/content/repositories/thirdparty, default, releases+snapshots), ohdsi.snapshots (http]://repo.ohdsi.org:8085/nexus/content/repositories/snapshots, default, snapshots)] → [Help 1]
From what I understand mvn requires ‘https’ for the repository url for security reasons. Anyone else have this issue? Any insight is appreciated.