Venkat Ramachandran created FALCON-1157:
-------------------------------------------
Summary: Build error when using maven 3.3.x
Key: FALCON-1157
URL: https://issues.apache.org/jira/browse/FALCON-1157
Project: Falcon
Issue Type: Bug
Components: ui
Affects Versions: 0.6
Reporter: Venkat Ramachandran
Building latest code base using maven 3.3.x fails with following error:
[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.14:install-node-and-npm (install
node and npm) on project falcon-ui: Execution install node and npm of goal
com.github.eirslett:frontend-maven-plugin:0.0.14:install-node-and-npm failed: A
required class was missing while executing
com.github.eirslett:frontend-maven-plugin:0.0.14:install-node-and-npm:
org/slf4j/helpers/MarkerIgnoringBase
Upgrading the plugin as below makes the build to complete (requires testing)
with both maven 3.2.x and 3.3.x
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>0.0.23</version>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)