You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Ajay Yadava (JIRA)" <ji...@apache.org> on 2015/10/09 09:57:26 UTC

[jira] [Reopened] (FALCON-1157) Build error when using maven 3.3.x

     [ https://issues.apache.org/jira/browse/FALCON-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ajay Yadava reopened FALCON-1157:
---------------------------------

As pointed by me in an earlier comment and also by [~venkatnrangan] in FALCON-1315 this breaks the build with MAVEN 3.0.x 

Sorry if I missed some discussion to bump up the required maven version but if so then we should update the docs as well.

> 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)