Skip to content

Commit

Permalink
[MNG-7797] Return BRIEF mode (apache#1132)
Browse files Browse the repository at this point in the history
Make BRIEF a legal value again.

---

https://issues.apache.org/jira/browse/MNG-7797
  • Loading branch information
hgschmie committed Jun 1, 2023
1 parent 26ee15a commit 8552ac3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 58,7 @@ private enum ValidationReportLevel {
NONE, // mute validation completely (validation issue collection still happens, it is just not reported!)
INLINE, // inline, each "internal" problem one line next to mojo invocation
SUMMARY, // at end, list of plugin GAVs along with "internal" issues
BRIEF, // synonym to SUMMARY
VERBOSE // at end, list of plugin GAVs along with detailed report of ANY validation issues
}

Expand Down

0 comments on commit 8552ac3

Please sign in to comment.