[
https://issues.jboss.org/browse/ARQAJO-23?page=com.atlassian.jira.plugin....
]
Karel Piwko commented on ARQAJO-23:
-----------------------------------
Lukas, Jura, Maven uses
{code}
${project.parent.basedir}
{code}
I'm usually reusing it as an extra property which has always the same absolute value
independent of actual submodule:
{code:xml}
<properties>
<testsuite.basedir>${project.parent.basedir}/../../</testsuite.basedir>
<!-- dependending on parent location ../../ might not be needed -->
</properties>
{code}
Than I can refer to ${testsuite.basedir} everywhere (parent, module, submodule,
subsubmodule) and I always get a valid path.
Setup matrix jobs for browser support
-------------------------------------
Key: ARQAJO-23
URL:
https://issues.jboss.org/browse/ARQAJO-23
Project: Arquillian Ajocado
Issue Type: Feature Request
Components: ftest
Reporter: Lukáš Fryč
Assignee: Juraj Huska
Fix For: 1.0.0.CR3
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira