-- optional: you don't really need execution ids, but it looks nice in your build log. --> <id>installnodeandyarn</id> <goals> <goal>install-node-and-yarn</goal> </goals> <!-- optional: default phase is "generate-resources" --> <phase>generate-resources</phase> <configuration> ...
<id>install node and yarn</id> 1. <goals> 1. <goal>install-node-and-yarn</goal> 1. </goals> 1. <!-- optional: default phase is "generate-resources" --> 1. <phase>generate-resources</phase> 1. <configuration> 1. <nodeVersion>v16.8.0</nodeVersion> 1. <yarnVersion>v1.22.11...
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.15.0:install-node-and-yarn (dist) on project cdap-ui: Could not download Node.js: Got error code 404 from the server. -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com....