You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2018/09/25 17:30:00 UTC

[jira] [Updated] (CALCITE-2595) Add Maven wrapper to Avatica

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

Kevin Risden updated CALCITE-2595:
----------------------------------
    Fix Version/s:     (was: 1.18.0)
                   avatica-1.13.0

> Add Maven wrapper to Avatica
> ----------------------------
>
>                 Key: CALCITE-2595
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2595
>             Project: Calcite
>          Issue Type: Improvement
>          Components: build
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Major
>             Fix For: avatica-1.13.0
>
>
> A Maven wrapper is a nice idea borrowed from Gradle.
> * It makes the project's build fully encapsulated. Users don't have to setup a version of Maven (which could potentially be different than that recommended by Calcite)
> * It also allows Calcite to control the Maven dependency (upgrading to newer versions for example) making it transparent to the user. 
> * Users now will use maven commands as 
> {code}
> ./mvnw clean install
> {code}
> instead
> {code}
> mvn clean install
> {code}
> Presto has done the same -- https://github.com/prestodb/presto/blob/master/mvnw
> It is also extremely easy to setup. See https://github.com/takari/maven-wrapper  . 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)