简体   繁体   中英

Maven Error Pom.xml - frontend-maven-plugin

I am trying to build the project but getting error :

[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]

where as I have used latest maven plugin

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

, not sure why getting this error and how to resolve this

Its not able to connect to repo.adobe.com:443. Check your setting.xml inside .m2 folder

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM