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

Refactor run configuration #30

Open
duncdrum opened this issue Mar 24, 2021 · 3 comments
Open

Refactor run configuration #30

duncdrum opened this issue Mar 24, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request [zube]: Testing

Comments

@duncdrum
Copy link
Contributor

Let the plugin take care of how many parallel containers are up and on which ports they can be reached.
Also less verbose maven commands for the typing impatient

@duncdrum duncdrum added enhancement New feature or request [zube]: Testing labels Mar 24, 2021
@duncdrum duncdrum self-assigned this Mar 24, 2021
@adamretter
Copy link
Member

@duncdrum I think this needs a little further explanation - at least I don't quite understand what the problem and proposed solution here is.

@duncdrum
Copy link
Contributor Author

@duncdrum
Copy link
Contributor Author

duncdrum commented Apr 6, 2021

in particular we should utilize the daemons randomly assigned ports, in the pom, instead of providing matching pairs as system variables to maven, instead of:

<ports>${docker.test.port}:${docker.test.port}</ports>

use

<ports>host.port:8080</ports>

@duncdrum duncdrum changed the title Consider adding a run configuration Refactor run configuration Apr 6, 2021
duncdrum added a commit that referenced this issue Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request [zube]: Testing
Projects
None yet
Development

No branches or pull requests

2 participants