#java #maven-3 #java-security
Вопрос:
Я новичок в maven и впервые настраиваю maven. Я получаю следующую ошибку с Java и нажимаю команду установки mvn.
Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for
org.apache.maven.plugins:maven-clean-plugin:jar:2.5: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (ht
tps://repo.maven.apache.org/maven2): transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clea
n-plugin-2.5.pom: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non
-empty -
Ответ №1:
Это было бы лучше, чем прямой ответ здесь … сделайте settings.xml в скрытой папке в вашем доме для Maven
Комментарии:
1. Спасибо! Это помогло.