Когда я пытаюсь установить проект 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