You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2020/05/23 09:33:00 UTC

[jira] [Comment Edited] (MNG-6915) Maven console output could be wider

    [ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114631#comment-17114631 ] 

Michael Osipov edited comment on MNG-6915 at 5/23/20, 9:32 AM:
---------------------------------------------------------------

This would require native code. You can easily obtain such information with `tgetent()` on Unix, but don't know how to do this on Windows. Maybe one could add this to Jansi because we are already using it.


was (Author: michael-o):
This would require native code. You can easily obtain such information with `tgetent()` on Unix, but don't know how to do this on Windows.

> 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)