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

Global profiles #4

Open
blabno opened this issue Jul 19, 2013 · 2 comments
Open

Global profiles #4

blabno opened this issue Jul 19, 2013 · 2 comments

Comments

@blabno
Copy link
Member

blabno commented Jul 19, 2013

Currently each module has duplicate definitions of profiles related to container used by Arquillian.
It would be easier to maintain that if such profiles were defined in parent module.

@jmnarloch
Copy link
Member

Yes, it would be, but try to deploy non Jersey JAX-RS implementation on JBoss for instance ;)

The problem is that most of the JEE servers are already bundled with the implementation, so if we would like to have a single profile that would work for every module we would need to move to servlet containers (Tomcat, Jetty).

Although, if there is a way in maven to define common set of profiles and modify it's "activity" in the sub modules then I think that we can go for it.

@jmnarloch
Copy link
Member

I think that I can introduce the default tomcat profile for most of integration tests in the warp module, but at the moment this isn't crucial.

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

No branches or pull requests

2 participants