Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5625

Provide a terse information about the used thread builder

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.1
    • 3.2.2
    • Logging
    • None

    Description

      Sample output:

      [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread
      count of 1
      

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

      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

      Line in question: link

      Attachments

        Activity

          People

            michael-o Michael Osipov
            michael-o Michael Osipov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: