Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-21508

The wildfly-parent POM should override the organization configuration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Build System
    • None

      The org.wildfly.core:wildfly-parent uses the org.jboss:jboss-parent. The jboss-parent requires its own <organization/> section. WildFly should not use this organization configuration as it should be different for WildFly.

      This is what we should use for the setting in the POM:

      <organization>
          <name>WildFly</name>
          <url>https://wildfly.org</url>
      </organization>
      

      The <mailingLists/> should also be overridden. This should likely be:

      <mailingLists>
          <mailingList>
              <name>WildFly</name>
              <subscribe>https://groups.google.com/forum/#!forum/wildfly</subscribe>
              <unsubscribe>https://groups.google.com/forum/#!forum/wildfly</unsubscribe>
              <archive>https://groups.google.com/forum/#!forum/wildfly</archive>
          </mailingList>
      </mailingLists>
      

      The reason for the Google Group is the wildfly-dev mailing list is down a lot.

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: