[arquillian-issues] [JBoss JIRA] (ARQ-1096) Make default container selection IDE friendly

Karel Piwko (JIRA) jira-events at lists.jboss.org
Tue Sep 11 18:19:32 EDT 2012


Karel Piwko created ARQ-1096:
--------------------------------

             Summary: Make default container selection IDE friendly
                 Key: ARQ-1096
                 URL: https://issues.jboss.org/browse/ARQ-1096
             Project: Arquillian
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: Configuration
    Affects Versions: 1.0.2.Final
            Reporter: Karel Piwko


It is almost impossible to select container via Maven Profile in an IDE. IDE does not honor Surefire execution properties.

Instead of marking a container as default, e.g.

{code:xml}
<container qualifier="foo" default="true>
</container>
{code}

Allow something like following in arquillian.xml

{code:xml}
<default-container>foo</default-container>
{code}

With this approach foo value can be replaced with a place holder ${foo.value} and foo.value can be filtered for actual value via Maven profiles.

Note, this behavior is already implemented as extension at:

https://github.com/kpiwko/arquillian-extension-container-selector


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list