我用jdk1.8.0_172安装了netbeans 11.0。我试图设置一个简单的Maven项目。但是下面有错误。
无法在项目etobs-ejb上执行目标org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test(默认测试):目标org.apache.maven.plugins的执行默认测试:maven-surefire-plugin:2.12.4:test失败:插件org.apache.maven.plugins:maven-surefire-plugin:2.12.4或其中一个依赖项无法解决:无法在org.apache上收集依赖项.maven.plugins:maven-surefire-plugin:jar:2.12.4-> org.apache.maven.surefire:surefire-booter:jar:2.12.4:无法读取org.apache.maven.surefire的工件描述符: surefire-booter:jar:2.12.4:无法从/到中央(https://repo.maven.apache.org/maven2)传输工件org.apache.maven.surefire:surefire-booter:pom:2.12.4:sun.security.validator.ValidatorException :PKIX路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到到请求目标的有效证书路径-> [帮助1]
没有代理和证书问题。另外,我使用netbeans 8.2设置了一个maven项目,没有错误。