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

Hervé Boutemy edited comment on MNG-6302 at 11/16/17 5:23 PM:
--------------------------------------------------------------

Github user hboutemy commented on the issue:

    https://github.com/apache/maven/pull/136
  
    merged as a branch in Maven git 
https://github.com/apache/maven/tree/MNG-6302_module-progress
    and reworked to avoid additional line "Module i/n" but have instead 
integrated at the end of "Building" line:
{noformat}    [INFO] 
------------------------------------------------------------------------
    [INFO] Building Apache Maven Distribution 3.5.3-SNAPSHOT                
[15/15]
    [INFO] 
------------------------------------------------------------------------{noformat}



was (Author: githubbot):
Github user hboutemy commented on the issue:

    https://github.com/apache/maven/pull/136
  
    merged as a branch in Maven git 
https://github.com/apache/maven/tree/MNG-6302_module-progress
    and reworked to avoid additional line "Module i/n" but have instead 
integrated at the end of "Building" line:
    ```
    [INFO] 
------------------------------------------------------------------------
    [INFO] Building Apache Maven Distribution 3.5.3-SNAPSHOT                
[15/15]
    [INFO] 
------------------------------------------------------------------------
    ```


> Provide some "progress" hints
> -----------------------------
>
>                 Key: MNG-6302
>                 URL: https://issues.apache.org/jira/browse/MNG-6302
>             Project: Maven
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>
> High level need is to know when you launched a "long"/"big" build where you 
> are without having to scroll for days. Some progress information would be 
> neat.
> A proposal is to add the info in term of module number of total number of 
> modules after the artifact logging like:
> {code}
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Foo 1.0.0-SNAPSHOT
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Module 10 / 100
> {code}
> If it can be more fancy it would be appreciated but this simple solution 
> looks good enough to fulfill the original requirement.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to