[jboss-jira] [JBoss JIRA] (WFBUILD-36) Support resolution of ${project.groupId} in the server-provisioning.xml file
Stuart Douglas (JIRA)
issues at jboss.org
Sun Feb 11 23:52:00 EST 2018
[ https://issues.jboss.org/browse/WFBUILD-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFBUILD-36.
-----------------------------------
Resolution: Done
I believe the TODO was to try and find some way to auto-magically add all the properties that maven supports out of the box, however there does not appear to be any automatic way to do this.
> Support resolution of ${project.groupId} in the server-provisioning.xml file
> ----------------------------------------------------------------------------
>
> Key: WFBUILD-36
> URL: https://issues.jboss.org/browse/WFBUILD-36
> Project: WildFly Build Tools
> Issue Type: Enhancement
> Reporter: Brian Stansberry
> Assignee: Stuart Douglas
> Priority: Minor
> Fix For: 1.2.9.Final
>
>
> The provisioning plugin allows parameterization of a feature pack's version via ```${project.version}``` but parameterizing the groupId via ```${project.groupId}``` isn't supported. My guess is something like this for groupId would do the trick:
> https://github.com/wildfly/wildfly-build-tools/blob/master/provisioning-maven-plugin/src/main/java/org/wildfly/build/plugin/ServerProvisioningMojo.java#L119
> This would make it easier to use the same provisioning configs in different branches that have different maven groupIds.
> I see the TODO about the project.version thing I linked above, and I understand I'm asking to expand a concept that the TODO indicates is suspect. So I won't be offended if this is rejected.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list