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

Karel Piwko (JIRA) jira-events at lists.jboss.org
Wed Oct 3 11:38:03 EDT 2012


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

Karel Piwko commented on ARQ-1096:
----------------------------------

Using default=true + arquillian.launch with Maven Resource Filtering works. Does not seem nice but still works with current infrastructure.

Do we want to change the behavior somehow in future?
                
> 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