You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular, people get javadoc errors a lot, which are confusing
because when even a single javadoc error happens, Maven's javadoc plugin
logs every javadoc *error and warning* at error level, resulting in the
dreaded [ERROR] prefix all over all the javadoc output, burying the
actual javadoc errors amongst the typically more plentiful warnings.
You can actually find these errors though, because they are prefixed
with 'error:' rather than 'warning:'. So we now grep them out and
regurgitate them after declaring the build failed, as a helpful hint
to why the failure occurred.
And if no javadoc-specific errors are found, then we grep for common
words indicating error or failure, and regurgitate those instead.
And if none of those keywords are found, we declare failure at helping.
This commit is dedicated to Nicolas Chiaruttini.
0 commit comments