-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Incorrect message when test failed on release finish #383
Comments
@alapierre Where do you see that? Usually, there should be the full error log from the command. You can also try with |
Hi, Aleksandr, I will try to reproduce this on sample project and share it with you. Normally I always got full error log, but in this one case I got only first. |
Hi Aleksandr, , here is sample project: https://github.com/alapierre/gitflow-sample
|
Hi Adrian. Thank you for the repro. It is seems that maven prints to error stream only the first part of the log about slf4j and test errors are streamed into out stream. Maybe plugin should print both of the streams in case of error. Need to look into that. |
thank you. I can help in any way let mi know. |
@alapierre |
I found possible incorrect error message - in my code there are tests that don't run properly. When I run
mvn -B gitflow:release-finish
I got error message:[ERROR] Failed to execute goal com.amashchenko.maven.plugin:gitflow-maven-plugin:1.19.0:release-finish (default-cli) on project .....: release-finish: SLF4J: Class path contains multiple SLF4J bindings.
which is true, but it is not root cause of problem. Problem was in test which failed.The text was updated successfully, but these errors were encountered: