[
https://issues.jboss.org/browse/ARQ-2052?page=com.atlassian.jira.plugin.s...
]
Rafael Garcia updated ARQ-2052:
-------------------------------
Description:
Hi,
Could It set the *arquillian.xml* file for different environments or profiles??
For example:
<property name="username">${jira.username}</property>
<property name="password">${jira.password}</property>
<property name="server">${jira.url}</property>
Before file .properties
*# JIRA PROPERTIES*
jira.url=http://XXXXX:8080
jira.username=XXXXX
jira.password=XXXXX
Profiles in arquillian.xml
--------------------------
Key: ARQ-2052
URL:
https://issues.jboss.org/browse/ARQ-2052
Project: Arquillian
Issue Type: Feature Request
Components: Configuration
Environment: Hi,
Could It set the arquillian.xml file for different environments or profiles??
For example:
<property name="username">${jira.username}</property>
<property name="password">${jira.password}</property>
<property name="server">${jira.url}</property>
Before file .properties
# JIRA PROPERTIES
jira.url=http://XXXXX:8080
jira.username=XXXXX
jira.password=XXXXX
Reporter: Rafael Garcia
Priority: Minor
Hi,
Could It set the *arquillian.xml* file for different environments or profiles??
For example:
<property name="username">${jira.username}</property>
<property name="password">${jira.password}</property>
<property name="server">${jira.url}</property>
Before file .properties
*# JIRA PROPERTIES*
jira.url=http://XXXXX:8080
jira.username=XXXXX
jira.password=XXXXX
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)