[
https://issues.apache.org/jira/browse/FALCON-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Venkat Ramachandran updated FALCON-1157:
----------------------------------------
Fix Version/s: 0.8
> 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
> Assignee: Venkat Ramachandran
> Fix For: 0.8
>
> Attachments: FALCON-1157.20151006.1.patch
>
>
> 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)