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

Use dependencyManagement and pluginManagement in POM files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0-incubating
    • None
    • None

    Description

      Some of the module pom files reference optiq-core and optiq-avatica with a version string, and this causes problems resolving dependencies.

      The fix is to put version strings in one and only one place. That place is the root pom. Use the dependencyManagement section in the root pom, declaring the versions of all dependencies. Similarly, use a pluginManagement section to contain plugin versions.

      In the sub-poms, dependencies and plugins must not have version strings.

      To help merging, all lists of dependencies and plugins must be sorted by groupId, artifactId.

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            julianhyde Julian Hyde
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: