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

Simplify dependencies for standalone mode #928

Closed
lordofthejars opened this issue Jan 4, 2018 · 1 comment · Fixed by #945
Closed

Simplify dependencies for standalone mode #928

lordofthejars opened this issue Jan 4, 2018 · 1 comment · Fixed by #945

Comments

@lordofthejars
Copy link
Member

Issue Overview

All the projects I have seen that are using Arquillian Cube, they are using standalone mode. This means that they always have to add two dependencies the core one and the cube (docker|restassured|kubernetes|openshift) ones.

Expected Behaviour

Create a project that contains both dependencies (core-standalone and cube(docker|restassured|kubernetes|openshift)) so from the UX point of view, only one jar is required.

Also, this simplifies the adoption since user don't need to understand anything about the internals of Arquillian (what does it means standalone) or use the wrong approach (they use the container mode but what they really meant is the standalone one).

Current Behaviour

Two dependencies are required.

@lordofthejars
Copy link
Member Author

The way of doing this is by creating a maven module of type jar which will contain as dependencies the required dependencies, for example arquillian-standalone and arquillian-cube-docker.

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

Successfully merging a pull request may close this issue.

2 participants