Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Error in project build pom.xml

Avatar

Level 7

Hi Team, 

I am getting an 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 updated  frontend-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, or how to resolve this,

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6.5
1 Accepted Solution

Avatar

Correct answer by
Employee
1 Reply

Avatar

Correct answer by
Employee