Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3040

Infinispan Common Parent POM doesn't follow its schema

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.3.0.Beta1, 5.3.0.Final
    • 5.2.5.Final, 5.3.0.Alpha1
    • None
    • None

    Description

      The POM of Infinispan Common Parent (parent/pom.xml) is invalid against its schema:

      parent/pom.xml:1800: element configuration: Schemas validity error : Element '{http://maven.apache.org/POM/4.0.0}configuration', attribute 'combine.self': The attribute 'combine.self' is not allowed.
      parent/pom.xml:1851: element configuration: Schemas validity error : Element '{http://maven.apache.org/POM/4.0.0}configuration', attribute 'combine.self': The attribute 'combine.self' is not allowed.
      

      The commit for JBQA-6819 brings the attribute combine.self for the configuration element. This attribute is not allowed for the configuration element but for its children, see POM Reference:

      You can control how child POMs inherit configuration from parent POMs by adding attributes to the children of the configuration element. The attributes are combine.children and combine.self. Use these attributes in a child POM to control how Maven combines plugin configuration from the parent with the explicit configuration in the child.

      Checked on 5.2.x branch but the bug is on both branches 5.2.x and master.

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            vdosoudi@redhat.com Vladimir Dosoudil
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: