[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:02:01 EDT 2019
Yeray Borges created WFLY-12096:
-----------------------------------
Summary: 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
Reporter: Yeray Borges
Assignee: Yeray Borges
'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