You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Rajat Khandelwal (JIRA)" <ji...@apache.org> on 2015/09/28 08:19:04 UTC

[jira] [Commented] (LENS-790) Fail build early if maven version requirements are not satisfied

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

Rajat Khandelwal commented on LENS-790:
---------------------------------------

After change:

with maven 3.3.3:
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lens Checkstyle Rules .............................. SUCCESS [  3.049 s]
[INFO] Lens ............................................... SUCCESS [  2.926 s]
[INFO] Lens API ........................................... SUCCESS [  9.202 s]
[INFO] Lens API for server and extensions ................. SUCCESS [ 12.215 s]
[INFO] Lens Cube .......................................... SUCCESS [ 12.183 s]
[INFO] Lens DB storage .................................... SUCCESS [  2.054 s]
[INFO] Lens Query Library ................................. SUCCESS [  2.169 s]
[INFO] Lens Hive Driver ................................... SUCCESS [  3.979 s]
[INFO] Lens Driver for JDBC ............................... SUCCESS [  6.133 s]
[INFO] Lens Elastic Search Driver ......................... SUCCESS [  3.288 s]
[INFO] Lens Server ........................................ SUCCESS [ 37.343 s]
[INFO] Lens client ........................................ SUCCESS [  6.677 s]
[INFO] Lens CLI ........................................... SUCCESS [  6.291 s]
[INFO] Lens Examples ...................................... SUCCESS [  1.920 s]
[INFO] Lens Distribution .................................. SUCCESS [ 17.650 s]
[INFO] Lens ML Lib ........................................ SUCCESS [  5.921 s]
[INFO] Lens ML Ext Distribution ........................... SUCCESS [  4.337 s]
[INFO] Lens Regression .................................... SUCCESS [  1.328 s]
[INFO] Lens UI ............................................ SUCCESS [01:26 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:46 min
[INFO] Finished at: 2015-09-28T11:47:20+05:30
[INFO] Final Memory: 195M/1512M
[INFO] ------------------------------------------------------------------------
{noformat}

With maven2:

{noformat}
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error resolving version for 'org.codehaus.mojo:findbugs-maven-plugin': Plugin requires Maven version 3.0.1
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24 seconds
[INFO] Finished at: Mon Sep 28 11:42:58 IST 2015
[INFO] Final Memory: 31M/446M
[INFO] ------------------------------------------------------------------------
{noformat}


> Fail build early if maven version requirements are not satisfied
> ----------------------------------------------------------------
>
>                 Key: LENS-790
>                 URL: https://issues.apache.org/jira/browse/LENS-790
>             Project: Apache Lens
>          Issue Type: Improvement
>            Reporter: Rajat Khandelwal
>            Assignee: Rajat Khandelwal
>
> 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. 



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