Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3928

Exclusion groupId and artifactId in the wrong order in the root pom

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Trivial
    • 6.0.0.Alpha2
    • 5.0.0.Final
    • Build System
    • None

    Description

      e.g. in https://github.com/wildfly/wildfly/blob/13.0.0.Final/pom.xml#L4198 the exclusions have groupId and artifactId in the wrong order. e.g.

                          <exclusion>
                              <artifactId>hal-ballroom</artifactId>
                              <groupId>org.jboss.hal</groupId>
                          </exclusion>
      

      should be

                          <exclusion>
                              <groupId>org.jboss.hal</groupId>
                              <artifactId>hal-ballroom</artifactId>
                          </exclusion>
      

      While the former is valid, it is confusing, and seems to have been introduced in the refactoring to use the component-matrix (which was later undone)

      Attachments

        Issue Links

          Activity

            People

              kkhan1@redhat.com Kabir Khan
              kkhan1@redhat.com Kabir Khan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: