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

Sean Owen resolved SPARK-14867.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12631
[https://github.com/apache/spark/pull/12631]

> Remove `--force` option in `build/mvn`.
> ---------------------------------------
>
>                 Key: SPARK-14867
>                 URL: https://issues.apache.org/jira/browse/SPARK-14867
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Dongjoon Hyun
>             Fix For: 2.0.0
>
>
> Currently, `build/mvn` provides a convenient option, `--force`, in order to 
> use the recommended version of maven without changing PATH environment 
> variable.
> However, there were two problems.
> - `dev/lint-java` does not use the newly installed maven.
> - It's not easy to type `--force` option always.
> If we use '--force' option once, we had better prefer the Spark recommended 
> maven.
> This issue makes `build/mvn` check the existence of maven installed by 
> `--force` option first.
> --------
> According to [~srowen]'s comment, now this issue aims to remove `--force` 
> option by auto-detection of maven version.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to