Maven:无法找到请求目标的有效认证路径

当我尝试mvn clean install che-orion-editor时出现此错误,版本为 5.22.0。

插件 org.apache.maven.plugins:maven-patch-plugin:1.1.1 或其依赖项之一无法解析:无法读取 org.apache.maven.plugins:maven-patch-plugin:jar 的工件描述符: 1.1.1:无法从/向 codenvy-public-repo ( https://maven.codenvycorp.com/content/groups/ )传输工件 org.apache.maven.plugins:maven-patch-plugin:pom:1.1.1 public/ ): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target-> [Help 1]

我已经正确设置了 Maven 代理。

我试过这个,它不起作用。


慕码人2483693
浏览 206回答 1
1回答

qq_笑_17

正如@weizenkeim Hugo 所说,我搜索了在 linux 中导入证书的方法。只需两步:获取根证书将该证书添加到 java cacerts 文件中链接在这里
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java