Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-1912

Fix invalid pom.xml in optaweb-vehicle-routing-backend

XMLWordPrintable

    • 2020 Week 13-15 (from Mar 23)
    • 2
    • NEW
    • NEW

      There is invalid pom.xml for org/optaweb/vehiclerouting/optaweb-vehicle-routing-backend/7.33.0.Final-redhat-00002/optaweb-vehicle-routing-backend-7.33.0.Final-redhat-00002.pom

      The error says: cvc-complex-type.3.2.2: Attribute 'combine.self' is not allowed to appear in element 'configuration'.

      It is related to this part which is not allowed by the XSD (but can be done at the child elements, according to the XSD):

      <configuration combine.self="override">

      The above construct works in Maven, despite it is not allowed by the XSD.

      [1] http://maven.apache.org/xsd/maven-4.0.0.xsd

      Reference to documentation is at http://maven.apache.org/pom.html#Plugins and the solution is to move this attribute to child element in configuration.

            jlocker Jiří Locker
            mnovotny@redhat.com Marek Novotny
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: