forge / plugin-arquillian

Forge Arquillian Plugin
http://www.jboss.org/arquillian
19 stars 16 forks source link

Use container adapter artifactId for Maven profile name #15

Open mojavelinux opened 12 years ago

mojavelinux commented 12 years ago

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.

GLASSFISH_REMOTE_3.1_(REST)
JBOSS_AS_MANAGED_7.X
JETTY_EMBEDDED_7.X_AND_8.X

Using the artifactId of the container adapters is a much better choice.

arquillian-glassfish-remote-3.1
arquillian-jbossas-managed-7
arquillian-jetty-embedded-7

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.