]
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}