我正在尝试从Jahia创建模块,并得到下面的错误。
Non-resolvable parent POM for org.jahia.modules:news:2.0.4:
Could not transfer artifact org.jahia.modules:jahia-modules:pom:7.0.0.0 from/to jahia-public (https://devtools.jahia.com/nexus/content/groups/public):
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target and 'parent.relativePath' points at wrong local POM @ line 49, column 11 -> [Help 2]使用Jahia 7.3.4.1SDK和CommunityDistribution版本3.6.3
当尝试运行mvn全新安装时,每次都会收到上述错误。
发布于 2020-04-02 02:17:54
由于JDK使用了让我们加密SSL证书,因此您应该有一个https://devtools.jahia.com/nexus/content/groups/public >= 8u101。请参阅certificate-compatibility页面
https://stackoverflow.com/questions/60976105
复制相似问题