You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/29 11:46:02 UTC

[maven] branch maven-3.9.x updated (5002a0b0b -> aec341a7a)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git


    from 5002a0b0b [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded
     add aec341a7a [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