Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1096

Make default container selection IDE friendly

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • 1.0.2.Final
    • Configuration
    • None

    Description

      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.

      <container qualifier="foo" default="true>
      </container>
      

      Allow something like following in arquillian.xml

      <default-container>foo</default-container>
      

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            kpiwko Karel Piwko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: