下載地址 : https://github.com/apache/dubbo
解壓到: D:\workspace\dubbo-master
cmd : D:\workspace\dubbo-master
然后:mvn clean package
報錯如下:
D:\workspace\dubbo-master>D:\apache-maven-3.5.4\bin\mvn clean package
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.2.8.RELEASE/sp
ring-framework-bom-5.2.8.RELEASE.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact org.springframework:spring-framework-bom:pom:5.2.8.RELEAS
E from/to central (https://repo.maven.apache.org/maven2): sun.security.validator.ValidatorException: PKIX path building
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested
target @ org.apache.dubbo:dubbo-dependencies-bom:${revision}, D:\workspace\dubbo-master\dubbo-dependencies-bom\pom.xml,
line 174, column 25
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.dubbo:dubbo-parent:2.7.9-SNAPSHOT (D:\workspace\dubbo-master\pom.xml) has 1 error
[ERROR] Non-resolvable import POM: Could not transfer artifact org.springframework:spring-framework-bom:pom:5.2.8.RE
LEASE from/to central (https://repo.maven.apache.org/maven2): sun.security.validator.ValidatorException: PKIX path build
ing failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to reque
sted target @ org.apache.dubbo:dubbo-dependencies-bom:${revision}, D:\workspace\dubbo-master\dubbo-dependencies-bom\pom.
xml, line 174, column 25 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/216232.html
標籤:Java相關
