Всякий раз, когда я пытаюсь построить проект Maven, я получаю следующую ошибку:
Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be
resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central
(https://repo.maven.apache.org/maven2): Transfer failed for
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-
plugin-2.6.pom: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm:
Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext):
DerInputStream.getLength(): lengthTag=109, too big. -> [Help 1]
Попытка mvn clean
приводит к аналогичной ошибке.
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
(https://repo.maven.apache.org/maven2): Transfer failed for
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-
2.5.pom: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default,
provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext): DerInputStream.getLength():
lengthTag=109, too big. -> [Help 1]
Любая идея, что может решить проблему?
РЕДАКТИРОВАТЬ:
NetBeans 8,2
JDK 1.8.0_181
Windows 10 Pro 10.0.18363
Maven 3.6.3
Не настроен прокси-сервер -> Также пробовал в разных сетях
Проблема начала неожиданно возникать после того, как я ушел с работы в течение недели За неделю до начала работы каждой сборки. Внезапно даже совершенно новые проекты получают ошибку.
CMD line Команды Maven также имеют эту ошибку
переустановка Maven не помогла