You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2014/04/28 20:56:14 UTC

[jira] [Resolved] (MESOS-1252) Support ENV MAVEN_HOME to establish the path of the `mvn` executable.

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

Benjamin Hindman resolved MESOS-1252.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0

commit e3fe8a316e82fe1ee983d627393ae5d1f5c55623
Author: Bernardo Gomez Palacio <be...@gmail.com>
Date:   Mon Apr 28 11:45:03 2014 -0700

    [MESOS-1252]: Support ENV MAVEN_HOME on the build.
    
    The build now supports the `MAVEN_HOME` environment variable which is
    used to resolve the `mvn` executable. If no `MAVEN_HOME` is specified
    we will use the one available in the `PATH`.
    
    Review: https://reviews.apache.org/r/20750

> Support ENV MAVEN_HOME to establish the path of the `mvn` executable.
> ---------------------------------------------------------------------
>
>                 Key: MESOS-1252
>                 URL: https://issues.apache.org/jira/browse/MESOS-1252
>             Project: Mesos
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.19.0
>            Reporter: Bernardo Gomez Palacio
>            Assignee: Bernardo Gomez Palacio
>             Fix For: 0.19.0
>
>
> Currently `configure.ac` looks for the `mvn` executable in the path. This might not always be the best way to define which Maven version Mesos should use for the build.
> We should support an environment variable named "MAVEN_HOME" such that the Maven executable is searched for at "$MAVEN_HOME/bin".



--
This message was sent by Atlassian JIRA
(v6.2#6252)