Michael Osipov created MNG-6977: ----------------------------------- Summary: Use hyphen when creating builder threads (names) Key: MNG-6977 URL: https://issues.apache.org/jira/browse/MNG-6977 Project: Maven Issue Type: Improvement Components: core Affects Versions: 3.6.3 Reporter: Michael Osipov Assignee: Michael Osipov Fix For: 3.7.0-candidate
We currently create bulder threads as {{Builder Thread %d}}. This is bit problematic because you cannot properly {{grep}} or {{cut}} through this due to the while space. Most other use a hyphen and is then a snap to analyze debug output. Proposal is to use {{BuilderThread-%d}}. -- This message was sent by Atlassian Jira (v8.3.4#803005)