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,