[jboss-jira] [JBoss JIRA] (WFLY-9792) Use ${project.groupId} where possible in our poms

Brian Stansberry (JIRA) issues at jboss.org
Fri Feb 9 14:06:00 EST 2018


     [ https://issues.jboss.org/browse/WFLY-9792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFLY-9792:
-----------------------------------
    Description: Different branches of our code use different Maven groupId values for the modules. Simplify the task of this conversion by avoiding hard-coding of the groupId anywhere where it is not required, using {code}${project.groupId}{code} instead. Goal is to limit declaration of the group id to the root pom and to the groupId child element in each pom's "parent" element. Changing the groupId then becomes a task analogous to changing the maven version.  (was: Different branches of our code use different Maven groupId values for the modules. Simplify the task of this conversion by avoiding hard-coding of the groupId anywhere where it is not required, using ${project.groupId} instead. Goal is to limit declaration of the group id to the root pom and to the groupId child element in each pom's "parent" element. Changing the groupId then becomes a task analogous to changing the maven version.)


> Use ${project.groupId} where possible in our poms
> -------------------------------------------------
>
>                 Key: WFLY-9792
>                 URL: https://issues.jboss.org/browse/WFLY-9792
>             Project: WildFly
>          Issue Type: Task
>          Components: Build System
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>
> Different branches of our code use different Maven groupId values for the modules. Simplify the task of this conversion by avoiding hard-coding of the groupId anywhere where it is not required, using {code}${project.groupId}{code} instead. Goal is to limit declaration of the group id to the root pom and to the groupId child element in each pom's "parent" element. Changing the groupId then becomes a task analogous to changing the maven version.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list