Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8193

Rework quickstart exclusions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.0
    • 1.4.0, 1.5.0
    • Build System, Quickstarts
    • None

    Description

      The quickstart poms currently contain 2 entirely separate dependency exclusion mechanisms:

      A) manual exclusions of dependencies (including transitive dependencies) via the artifactSet of the maven-shade-plugin
      B) automatic inclusion by marking dependencies as <provided> with the build-jar profile

      I propose removing A) entirely. By default, all dependencies will be included in the jar to allow execution in the IDE (which setting all dependencies to provided would not). To execute things on a cluster we now always refer to Option B), which is trivial to maintain and also reliable.

      Attachments

        Issue Links

          Activity

            People

              chesnay Chesnay Schepler
              chesnay Chesnay Schepler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: