[
https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17115049#comment-17115049
]
Robert Scholte edited comment on MNG-6915 at 5/24/20, 7:03 AM:
---------------------------------------------------------------
It probably only matters if there's a right alignment. I can imagine that our
[MessageBuilder|https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/logging/MessageBuilder.html]
gets a {{public MessageBuilder fill(String)}} that ensures that the line will
be extended with the max width.
(and overloaded method containing a prefix and postfix)
e.g. MessageBuilder.a("Maven Core ITs 2.1-SNAPSHOT").fill(".").a("SUCCESS [
7.831 s]");
was (Author: rfscholte):
It probably only matters if there's a right alignment. I can imagine that our
[MessageBuilder|https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/logging/MessageBuilder.html]
gets a {{public MessageBuilder fill(String)}} that ensures that the line will
be extended with the max width.
> Maven console output could be wider
> -----------------------------------
>
> Key: MNG-6915
> URL: https://issues.apache.org/jira/browse/MNG-6915
> Project: Maven
> Issue Type: Improvement
> Components: Command Line
> Affects Versions: 3.6.3
> Environment: Apache Maven 3.6.3
> (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Java\apache-maven-3.6.3\bin\..
> Java version: 1.8.0_251, vendor: Oracle Corporation, runtime: C:\Program
> Files\Java\jdk1.8.0_251\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> Reporter: Gary D. Gregory
> Priority: Minor
> Attachments: 2020-05-22 18_14_44-Command Prompt.png
>
>
> Maven console output could be wider, either generally or by asking the
> console its width. For example, when we build Log4j 2 3.0.0-SNAPSHOT, we get
> the non-aligned summary attached as a screenshot.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)