微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Maven错误Pom.xml-frontend-maven-plugin

如何解决Maven错误Pom.xml-frontend-maven-plugin

我正在尝试构建项目,但出现错误

[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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。