I wouldn't miss a thing past line 2. Since its all ERROR I have no control [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project error_prone_core: Compilation failure [ERROR] /git/error-prone/core/src/main/java/com/google/errorprone/refaster/LocalVarBinding.java:[35,40] ';' expected [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the '-e' switch [ERROR] Re-run Maven using the '-X' switch to enable verbose output [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn [args] -r
On Tue, 21 Feb 2023 at 01:13, Elliotte Rusty Harold <[email protected]> wrote: > On Mon, Feb 20, 2023 at 10:56 PM Romain Manni-Bucau > <[email protected]> wrote: > > > > Do you want to make maven output only SUCCESS or FAILURE? All default > info > > logs are close to these download logs in practise. > > > > Not always, but it should be far less verbose than it is now. It is an > oft forgotten principle of TDD that passing tests generate no output. > Maven fails that badly. > > Failures should indeed generate more output. However, the only helpful > output is the output that points to the actual failure. Page after > page of repetitive log junk only serves to obscure the true cause. It > is not merely unhelpful. It actively hinders devs from finding > problems. > > For example, a compile error should be reported with a clear message > and the line, column, and file where the failure occurred. The message > should be clear and actionable. But when I'm trying to figure out > where a missing semicolon is, I really do not need to know every last > artifact Maven downloaded, how big it is, and how long it took to > download. I certainly don't need to get that information twice per > artifact. > > -- > Elliotte Rusty Harold > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
