[jira] [Commented] (LENS-790) Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins jobs fail

2015-10-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939577#comment-14939577
 ] 

Hadoop QA commented on LENS-790:


Applied patch: 
[pom.patch|https://issues.apache.org/jira/secure/attachment/12764565/pom.patch] 
and ran command: mvn clean install. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/98/

> Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins 
> jobs fail
> 
>
> Key: LENS-790
> URL: https://issues.apache.org/jira/browse/LENS-790
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Rajat Khandelwal
>Assignee: Ankeet Maini
> Attachments: LENS-790.2015-09-28_11:57:48.patch, 
> LENS-790.2015-09-28_14:57:39.patch, LENS-790.patch, LENS-790.patch, pom.patch
>
>
> 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:
> {noformat}
> [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]
> {noformat}
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-790) Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins jobs fail

2015-10-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939579#comment-14939579
 ] 

Hadoop QA commented on LENS-790:


Applied patch: 
[pom.patch|https://issues.apache.org/jira/secure/attachment/12764565/pom.patch] 
and ran command: mvn clean install. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/97/

> Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins 
> jobs fail
> 
>
> Key: LENS-790
> URL: https://issues.apache.org/jira/browse/LENS-790
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Rajat Khandelwal
>Assignee: Ankeet Maini
> Attachments: LENS-790.2015-09-28_11:57:48.patch, 
> LENS-790.2015-09-28_14:57:39.patch, LENS-790.patch, LENS-790.patch, pom.patch
>
>
> 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:
> {noformat}
> [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]
> {noformat}
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-790) Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins jobs fail

2015-10-01 Thread Rajat Khandelwal (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939587#comment-14939587
 ] 

Rajat Khandelwal commented on LENS-790:
---

Error in getting jars for ML Distribution module

> Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins 
> jobs fail
> 
>
> Key: LENS-790
> URL: https://issues.apache.org/jira/browse/LENS-790
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Rajat Khandelwal
>Assignee: Ankeet Maini
> Attachments: LENS-790.2015-09-28_11:57:48.patch, 
> LENS-790.2015-09-28_14:57:39.patch, LENS-790.patch, LENS-790.patch, pom.patch
>
>
> 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:
> {noformat}
> [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]
> {noformat}
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-790) Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins jobs fail

2015-10-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939567#comment-14939567
 ] 

Hadoop QA commented on LENS-790:


Applied patch: 
[pom.patch|https://issues.apache.org/jira/secure/attachment/12764565/pom.patch] 
and ran command: mvn clean install. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/96/

> Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins 
> jobs fail
> 
>
> Key: LENS-790
> URL: https://issues.apache.org/jira/browse/LENS-790
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Rajat Khandelwal
>Assignee: Ankeet Maini
> Attachments: LENS-790.2015-09-28_11:57:48.patch, 
> LENS-790.2015-09-28_14:57:39.patch, LENS-790.patch, LENS-790.patch, pom.patch
>
>
> 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:
> {noformat}
> [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]
> {noformat}
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-790) Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins jobs fail

2015-09-28 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14930828#comment-14930828
 ] 

Hadoop QA commented on LENS-790:


Patch does not apply. Build job: 
https://builds.apache.org/job/PreCommit-Lens-Build/86/

> Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins 
> jobs fail
> 
>
> Key: LENS-790
> URL: https://issues.apache.org/jira/browse/LENS-790
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-790.2015-09-28_11:57:48.patch, 
> LENS-790.2015-09-28_14:57:39.patch, LENS-790.patch
>
>
> 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:
> {noformat}
> [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]
> {noformat}
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-790) Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins jobs fail

2015-09-28 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14933106#comment-14933106
 ] 

Hadoop QA commented on LENS-790:


Applied patch: 
[LENS-790.patch|https://issues.apache.org/jira/secure/attachment/12763982/LENS-790.patch]
 and ran command: mvn clean install. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/87/

> Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins 
> jobs fail
> 
>
> Key: LENS-790
> URL: https://issues.apache.org/jira/browse/LENS-790
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-790.2015-09-28_11:57:48.patch, 
> LENS-790.2015-09-28_14:57:39.patch, LENS-790.patch, LENS-790.patch
>
>
> 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:
> {noformat}
> [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]
> {noformat}
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-790) Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins jobs fail

2015-09-28 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14933111#comment-14933111
 ] 

Hadoop QA commented on LENS-790:


Applied patch: 
[LENS-790.patch|https://issues.apache.org/jira/secure/attachment/12763982/LENS-790.patch]
 and ran command: mvn clean install. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/88/

> Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins 
> jobs fail
> 
>
> Key: LENS-790
> URL: https://issues.apache.org/jira/browse/LENS-790
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-790.2015-09-28_11:57:48.patch, 
> LENS-790.2015-09-28_14:57:39.patch, LENS-790.patch, LENS-790.patch
>
>
> 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:
> {noformat}
> [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]
> {noformat}
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-790) Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins jobs fail

2015-09-28 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14933142#comment-14933142
 ] 

Hadoop QA commented on LENS-790:


Applied patch: 
[LENS-790.patch|https://issues.apache.org/jira/secure/attachment/12763982/LENS-790.patch]
 and ran command: mvn clean install. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/89/

> Maven frontend plugin is requiring maven version 3.1 and sometimes jenkins 
> jobs fail
> 
>
> Key: LENS-790
> URL: https://issues.apache.org/jira/browse/LENS-790
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-790.2015-09-28_11:57:48.patch, 
> LENS-790.2015-09-28_14:57:39.patch, LENS-790.patch, LENS-790.patch
>
>
> 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:
> {noformat}
> [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]
> {noformat}
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)