-
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
log file output broken in 0.24.0, 0.25.0, 0.25.1, 0.25.2 #1010
Comments
(Maven 3.5.3, Docker 18.04) |
@rhuss I have @chonton The "hanging" problem you described might be the one fixed by 6e6aecf – that would explain why it works in 0.25.x EDIT: Workaround – you have to set |
@stromnet could you please have a look ? There seem to have been an issue introduced with the properties merging part. |
I'm suspecting LogConfiguration created without Builder gets I cannot look closer today, will take a proper look tomorrow. |
Description
With 0.24.0 container starts and output file is created, but plugin does not complete
With 0.25.0, 0.25.1, 0.25.2 container starts and plugin completes, but output file is not created
With 0.23.0 container starts and output file is created, and plugin completes
Info
mvn -v
) :Docker version : 18.03.0-ce-mac60 (23751)
If it's a bug, how to reproduce :
Use mvn docker:start with the following pom.
Sample project :
The text was updated successfully, but these errors were encountered: