Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-2112

Add Maven wrapper to Calcite

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.18.0
    • build
    • None

    Description

      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
        ./mvnw clean install
        

        instead

        mvn clean install
        

      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 .

      Attachments

        Issue Links

          Activity

            People

              julianhyde Julian Hyde
              rdsr Ratandeep Ratti
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: