This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch maven-3.8.x in repository https://gitbox.apache.org/repos/asf/maven.git
from 23cc86339 [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded add 88a03f8ea [MNG-7486] Create a multiline message helper for boxed log messages No new revisions were added by this update. Summary of changes: .../maven/internal/MultilineMessageHelper.java | 91 ++++++++++++++++++++++ .../lifecycle/internal/builder/BuilderCommon.java | 32 ++++---- .../maven/internal/MultilineMessageHelperTest.java | 71 +++++++++++++++++ 3 files changed, 179 insertions(+), 15 deletions(-) create mode 100644 maven-core/src/main/java/org/apache/maven/internal/MultilineMessageHelper.java create mode 100644 maven-core/src/test/java/org/apache/maven/internal/MultilineMessageHelperTest.java