[
https://issues.jboss.org/browse/ARQ-782?page=com.atlassian.jira.plugin.sy...
]
Aslak Knutsen commented on ARQ-782:
-----------------------------------
yes it is. Maven Surefire will fork a new jvm by default, so you have to make sure you
pass the profile variables down to the surefire configuration
{code}
... surefire ...
<configuration>
<systemPropertyVariables>
<my.var>value</my.var>
</systemPropertyVariables>
</configuration>
{code}
Document variable interpolation in arquillian.xml properties
------------------------------------------------------------
Key: ARQ-782
URL:
https://issues.jboss.org/browse/ARQ-782
Project: Arquillian
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Documentation
Reporter: Dan Allen
I can't find anywhere in the documentation where it explains that interpolation of
variables is supported in arquillian.xml properties. This should be added to the reference
documentation in the "container configuration" chapter and/or in the getting
started guides.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira