-
Notifications
You must be signed in to change notification settings - Fork 644
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
NoClassDefFoundError: joda... #706
Comments
Could you check you local Maven repository ? I.e. the directory It should look like
I suspect that you jar is defect, (or you overwrite the plugin dependencies somehow in your pom.xml), because this error has never occurred before but if its a fundamental issue should occur every time. |
Had this same issue. The build consistently failed with |
sorry, losttrack of this, too late to reproduce by now. feel free to close. |
Thanks for coming back. If it occurs again, feel free to open a new issue. |
This is still very much an issue with 0.31.0. I tried removing
|
I tried up- and downgrading |
Removing the |
Description
On mvn docker:run, tasks succeed, but output is:
As my container is started, this might only happen when there is a problem with starting the given container.
Info
mvn -v
) : 3.3.9Dockerfile:
Note that This docker definition is probably invalid, I am in the process of debugging it. This issue though is not about the failure to start a container, but about the joda-time exception.
The text was updated successfully, but these errors were encountered: