Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-1812

Create a Maven BOM for Apache Ignite

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      In Maven, a BOM == "Bill of Materials".

      BOMs provide an improved, short and safe way for users to import modules without having to reference the Ignite version over and over again.

      It allows the user to add all of Ignite's modules into their <dependencyManagement /> section within a single dependency import. They are consequently able to reference modules without specifying the Ignite version:

      <dependency>
          <groupId>org.apache.ignite</groupId>
          <artifactId>ignite-indexing</artifactId>
      </dependency>
      

      Attachments

        Activity

          People

            raulvk Raúl Kripalani
            raulvk Raúl Kripalani
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: