Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
UI module uses plugins which require maven version >= 3.1.0
Right now, sometimes the build job runs almost completely and in the last module(ui module), it fails the build stating the version requirement.
error is:
[INFO] [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:install-node-and-npm (install node and npm) on project lens-ui: The plugin com.github.eirslett:frontend-maven-plugin:0.0.23 requires Maven version 3.1.0 -> [Help 1]
So preferrably we should depend on an older version of frontend plugin which doesn't require maven 3.1.
If not, we'll at least enable fail early policy on the parent pom.