Compiling Jicofo error

Hi, Jitsi team, I failed to compile the Jicofo source code on Unbuntu 20, please advise me how to resolve this error?

[ERROR] Failed to execute goal on project jicofo-common: Could not resolve dependencies for project org.jitsi:jicofo-common:jar:1.1-SNAPSHOT: Failed to collect dependencies at org.jitsi:jicoco:jar:1.1-122-g7bba0d6: Failed to read artifact descriptor for org.jitsi:jicoco:jar:1.1-122-g7bba0d6: Could not transfer artifact org.jitsi:jicoco:pom:1.1-122-g7bba0d6 from/to jitsi-maven-repository-releases (jitsi-maven-repository/releases at master · jitsi/jitsi-maven-repository · GitHub): Transfer failed for https://github.com/jitsi/jitsi-maven-repository/raw/master/releases/org/jitsi/jicoco/1.1-122-g7bba0d6/jicoco-1.1-122-g7bba0d6.pom: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target → [Help 1]

Which java is that? Make sure you update to use latest maven.
Seems a local problem, the java you use cannot validate github certificates.

Hello, thank you for your reply, my compiler environment:

root@jitsi:/opt/maven# mvn -v
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/maven/apache-maven-3.9.1
Java version: 11.0.18, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: “linux”, version: “5.15.0-67-generic”, arch: “amd64”, family: “unix”