Extracting Maven error message in script
As part of the CI flow, I have a script that runs maven and reports the
result to another system, based on exit codes.
It would be much nicer if I can also send some error message, in case some
error did happen.
It appears that Maven does have some concept of "buttom line error
message", that is shown after the summary phase. Is there any simple way
to extract that message?
No comments:
Post a Comment