Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use container adapter artifactId for Maven profile name #15

Open
mojavelinux opened this issue Apr 29, 2012 · 0 comments
Open

Use container adapter artifactId for Maven profile name #15

mojavelinux opened this issue Apr 29, 2012 · 0 comments

Comments

@mojavelinux
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant