Maven错误Pom.xml-前端Maven插件



我试图构建项目,但遇到错误:

[ERROR] Plugin com.github.eirslett:frontend-maven-plugin:1.10.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.github.eirslett:frontend-maven-plugin:jar:1.10.0: Could not transfer artifact com.github.eirslett:frontend-maven-plugin:pom:1.10.0 from/to adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public): Transfer failed for https://repo.adobe.com/nexus/content/groups/public/com/github/eirslett/frontend-maven-plugin/1.10.0/frontend-maven-plugin-1.10.0.pom: Connect to repo.adobe.com:443 [repo.adobe.com/192.147.130.162] failed: Connection timed out: connect -> [Help 1]

我使用了最新的maven插件

<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.10.0</version>
</plugin>

,不确定为什么会出现此错误以及如何解决此

它无法连接到repo.adobe.com:443。检查.m2文件夹中的setting.xml

最新更新