[jboss-jira] [JBoss JIRA] (WFLY-12096) Do not use hardcoded name to point to the provisioned server dist module
Yeray Borges (Jira)
issues at jboss.org
Mon May 20 05:03:00 EDT 2019
[ https://issues.jboss.org/browse/WFLY-12096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yeray Borges updated WFLY-12096:
--------------------------------
Affects Version/s: 17.0.0.Alpha1
> Do not use hardcoded name to point to the provisioned server dist module
> ------------------------------------------------------------------------
>
> Key: WFLY-12096
> URL: https://issues.jboss.org/browse/WFLY-12096
> Project: WildFly
> Issue Type: Task
> Components: Build System
> Affects Versions: 17.0.0.Alpha1
> Reporter: Yeray Borges
> Assignee: Yeray Borges
> Priority: Major
>
> 'jboss.actual.dist' is used in XSDValidationUnitTestCase and currently under dist module, it is using a hardcoded name to point to the provisioned server used in the test.
> We should use a non-hardcoded name there to facilitate the transition to product branches, for example:
> target/${server.output.dir.prefix}-${server.output.dir.version}
> or
> ${basedir}/target/${project.build.finalName}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list