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

Running AT in Docker Containers #63

Open
DomhnaillByrne opened this issue Jun 19, 2018 · 1 comment
Open

Running AT in Docker Containers #63

DomhnaillByrne opened this issue Jun 19, 2018 · 1 comment

Comments

@DomhnaillByrne
Copy link

We're trying to run acceptance test builds in docker containers but getting the error below:

Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:1.1.40:aggregate (serenity-reports) on project ....: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:1.1.40:aggregate failed: A required class was missing while executing net.serenity-bdd.maven.plugins:serenity-maven-plugin:1.1.40:aggregate: com/google/inject/Module

I'm guessing this is due to the serenity libraries needing to be present in the maven local repo (which doesn't exist for us at build time in containers) but is there a workaround for our use-case?

Thanks!

@wakaleo
Copy link
Member

wakaleo commented Jul 19, 2018

That looks like a dependency conflict - make sure all you're versions are up to date.

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