1 vote

Formatting Maven Errors

Tags: maven

Maven conveniently puts all errors at the end of a build.

However, the error messages are not formatted. The errors messages are presented as once giant line via word wrap.

I'm on a windows box, using Git Bash to run maven.

I could futz around and make a macro in Notepad++ for formatting the error messages into a more readable format.

Before I go that route I was wondering if maven had any handy settings or if there is some handy utility that will do that for me.

1 comment

  1. davek804
    Link
    Can you paste an error in the format you see it? When I look at maven errors, I think they're fantastically clear. I deal with a lot of multi-modules projects wherein one module is NodeJS, and the...

    Can you paste an error in the format you see it? When I look at maven errors, I think they're fantastically clear. I deal with a lot of multi-modules projects wherein one module is NodeJS, and the rest are Java. Both spit out pretty clear/useful stack traces.