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

Michal Matloka (JIRA) jira-events at lists.jboss.org
Thu Sep 27 11:53:04 EDT 2012


    [ https://issues.jboss.org/browse/ARQ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722364#comment-12722364 ] 

Michal Matloka commented on ARQ-1096:
-------------------------------------

Do you suggest supporting both these variants or full migration to <default-container>foo</default-container>?
                
> 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