Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-12284

Use maven's batch mode when building jamm

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 4.3.0
    • Impala 4.3.0
    • Infrastructure
    • None
    • ghx-label-1

    Description

      Maven's batch mode avoids the real-time progress on the downloads, which reduces the output noise considerably. Let's use that option when building jamm in java/CMakeLists.txt. i.e.

      # Old
        BUILD_COMMAND     mvn --toolchains toolchains.xml install -Dmaven.test.skip=true -DskipTests
      # New
        BUILD_COMMAND     mvn -B --toolchains toolchains.xml install -Dmaven.test.skip=true -DskipTests

      https://github.com/apache/impala/blob/master/java/CMakeLists.txt#L30

      Attachments

        Activity

          People

            Unassigned Unassigned
            joemcdonnell Joe McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: