Uploaded image for project: 'Magnolia DX Core'
  1. Magnolia DX Core
  2. MGNLEE-534

Manage jars for EE addons, not just addon-bundles

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • 5.4
    • None
    • 5

    Description

      In magnolia-enterprise-bundle-parent we manage:

      magnolia-ldap-bundle
      magnolia-module-cas
      magnolia-module-synchronization
      magnolia-module-webdav

      Like this:

      <dependency>
          <groupId>info.magnolia</groupId>
          <artifactId>magnolia-ldap-bundle</artifactId>
          <version>1.6.3</version>
          <type>tar.gz</type>
      </dependency>
      .
      .
      .
      <dependency>
          <groupId>info.magnolia</groupId>
          <artifactId>magnolia-module-cas</artifactId>
          <version>1.0</version>
          <classifier>bundle</classifier>
          <type>tar.gz</type>
      </dependency>
      

      Let's manage the dependencies for all the jars in a Magnolia BOM:

      <dependency>
          <groupId>info.magnolia</groupId>
          <artifactId>magnolia-ldap</artifactId>
          <version>1.6.3</version>
      </dependency>
      .
      .
      .
      <dependency>
          <groupId>info.magnolia</groupId>
          <artifactId>magnolia-module-cas</artifactId>
          <version>1.6.3</version>
      </dependency> 
      

      This way customers will not need to look up the compatible version when they want to include one of these modules in their project.

      Besides the ones mentioned above it would be nice to include other popular (if not all community and enterprise modules compatible with the given version) modules, such as, Blossom and observation.

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              Unassigned Unassigned
              rgange Richard Gange
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Checklists

                  Task DoD