當我嘗試安裝maven項目的pom.xml
時,出現以下錯誤。請幫忙。由於InvalidAlgorithmParameterException,無法將工件從/傳送到中央:trustAnchors參數必須爲非空
Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources) on project pm: Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.6:resources failed: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Could not transfer artifact classworlds:classworlds:jar:1.1 from/to central (https://repo.maven.apache.org/maven2): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
我有同樣的問題...但還沒有找到解決方案:( – arcuri82