Currently, the Maven profile name (and the container configuration qualifier) is derived from the name of the container adapter. This produces names which are both inconsistent and awkward.
These names are also consistent with the Maven profile names we use in the Arquillian Guides. It's important to retain the arquillian- prefix on the profile names so their intent is clear.
Currently, the Maven profile name (and the container configuration qualifier) is derived from the name of the container adapter. This produces names which are both inconsistent and awkward.
Using the artifactId of the container adapters is a much better choice.
These names are also consistent with the Maven profile names we use in the Arquillian Guides. It's important to retain the arquillian- prefix on the profile names so their intent is clear.