[arquillian-issues] [JBoss JIRA] (ARQ-2052) Profiles in arquillian.xml

Rafael Garcia (JIRA) issues at jboss.org
Fri Nov 4 08:33:00 EDT 2016


     [ https://issues.jboss.org/browse/ARQ-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael Garcia updated ARQ-2052:
-------------------------------
    Description: 
Hi,
Could It set the *arquillian.xml* file for different environments or profiles??
For example: 
{code:java}
        <property name="username">${jira.username}</property>
        <property name="password">${jira.password}</property>
        <property name="server">${jira.url}</property>
{code}
On the other hand, we have a properties file with:
{code:java}
#  JIRA PROPERTIES
jira.url=http://XXXXX:8080
jira.username=XXXXX
jira.password=XXXXX
{code}


  was:
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: 
> {code:java}
>         <property name="username">${jira.username}</property>
>         <property name="password">${jira.password}</property>
>         <property name="server">${jira.url}</property>
> {code}
> On the other hand, we have a properties file with:
> {code:java}
> #  JIRA PROPERTIES
> jira.url=http://XXXXX:8080
> jira.username=XXXXX
> jira.password=XXXXX
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the arquillian-issues mailing list