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
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!
The text was updated successfully, but these errors were encountered:
We're trying to run acceptance test builds in docker containers but getting the error below:
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!
The text was updated successfully, but these errors were encountered: