首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Maven Error Pom.xml -前端-maven-plugin

Maven Error Pom.xml -前端-maven-plugin
EN

Stack Overflow用户
提问于 2020-09-07 16:08:44
回答 1查看 228关注 0票数 0

我正在尝试构建这个项目,但得到了错误:

代码语言:javascript
复制
[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插件

代码语言:javascript
复制
            <plugin>
                <groupId>com.github.eirslett</groupId>
                <artifactId>frontend-maven-plugin</artifactId>
                <version>1.10.0</version>
            </plugin>

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

EN

回答 1

Stack Overflow用户

发布于 2020-09-08 14:19:26

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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/63773673

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档