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

ASF GitHub Bot commented on MNG-6471:
-------------------------------------

rmannibucau commented on issue #177: [MNG-6471] during parallel build, ensure 
to set the thread name to the artifactId
URL: https://github.com/apache/maven/pull/177#issuecomment-419115915
 
 
   Yes, name is too variable to be reliable but artifactId works great, here is 
some output:
   
   
       [my-project] [INFO] --- jacoco-maven-plugin:0.8.0:prepare-agent 
(prepare-agent-it) @ my-project ---
       [my-project] [INFO] invoker.mavenOpts set to 
-javaagent:/home/rmannibucau/.m2/repository/org/jacoco/org.jacoco.agent/0.8.0/org.jacoco.agent-0.8.0-runtime.jar=destfile=/home/rmannibucau/1_dev/my-project/target/jacoco.exec
       [my-project] [INFO] 
       [my-project] [INFO] --- jacoco-maven-plugin:0.8.0:report 
(post-integration-test) @ my-project ---
       [my-project] [INFO] Skipping JaCoCo execution due to missing execution 
data file.
       [my-project] [INFO] 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Parallel builder should use as thread name the module name
> ----------------------------------------------------------
>
>                 Key: MNG-6471
>                 URL: https://issues.apache.org/jira/browse/MNG-6471
>             Project: Maven
>          Issue Type: Improvement
>            Reporter: Romain Manni-Bucau
>            Priority: Major
>
> Goal is to see which line matches which modules when using parallel build and 
> activating thread name logging.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to