You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: