[jboss-jira] [JBoss JIRA] (WFLY-13446) Dependency of wildfly-weld-common would be better to be ${project.groupId}
Lin Gao (Jira)
issues at jboss.org
Mon May 11 00:58:00 EDT 2020
Lin Gao created WFLY-13446:
------------------------------
Summary: Dependency of wildfly-weld-common would be better to be ${project.groupId}
Key: WFLY-13446
URL: https://issues.redhat.com/browse/WFLY-13446
Project: WildFly
Issue Type: Enhancement
Components: Build System
Reporter: Lin Gao
Assignee: Lin Gao
A new depenency :
{code:xml}
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-weld-common</artifactId>
</dependency>
{code}
was added to +ejb3/+ subsystem. The dependency comes from different module of the same project, so it is better to have the groupId to +${project.groupId}+, so that it is easier when updating the project's groupId to like: +org.jboss.eap+
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list