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...@codehaus.org> on 2014/04/27 18:54:10 UTC

[jira] (MNG-5625) Provide a terse informatoin about the used thread builder

Michael Osipov created MNG-5625:
-----------------------------------

             Summary: Provide a terse informatoin about the used thread builder
                 Key: MNG-5625
                 URL: https://jira.codehaus.org/browse/MNG-5625
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: Logging
    Affects Versions: 3.2.1
            Reporter: Michael Osipov


Sample output:
{noformat}
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread
count of 1
{noformat}

This line is extremely long is not really readible. It could be cut down to 

1. If a single thread is used, omit completely
2. Cut down to simple class name:
{{[INFO] Using the builder SingleThreadedBuilder with a thread count of 1}}
3. Cut down to a compressed class name like logback does:
{{[INFO] Using the builder o.a.m.l.i.b.s.SingleThreadedBuilder with a thread count of 1}}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)