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 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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: