-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
The org.wildfly.core:wildfly-core-parent uses the org.jboss:jboss-parent. The jboss-parent requires its own <organization/> section. WildFly Core should not use this organization configuration as it should be different for WildFly Core.
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.
- is cloned by
-
WFLY-21508 The wildfly-parent POM should override the organization configuration
-
- Pull Request Sent
-