Authing的maven项目搭建报错

问题描述

我在用Authing Github上面的sdk搭建Maven项目时,发现在Eclipse中用maven install时报错

重现步骤

报错信息如下:
[e[1;31mERRORe[m] Failed to execute goal on project e[36mauthing-java-sdke[m: e[1;31mCould not resolve dependencies for project cn.authing:authing-java-sdk:jar:3.0.16: Failed to collect dependencies at org.junit.jupiter:junit-jupiter:jar:RELEASEe[m: Failed to read artifact descriptor for org.junit.jupiter:junit-jupiter:jar:RELEASE: Failed to resolve version for org.junit.jupiter:junit-jupiter:jar:RELEASE: Could not find metadata org.junit.jupiter:junit-jupiter/maven-metadata.xml in local (C:\Users\awang2.m2\repository) → e[1m[Help 1]e[m

附加信息

我重新配置了Maven的仓库地址,上面的错误信息没有了,这是以下错误信息
Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:3.0.1:sign (sign-artifacts) on project authing-java-sdk: Execution sign-artifacts of goal org.apache.maven.plugins:maven-gpg-plugin:3.0.1:sign failed: Cannot invoke “org.apache.maven.plugins.gpg.GpgVersion.toString()” because “gpgVersion” is null

  • Platform:
    Window 10

请贴一下 pom.xml 的配置文件内容