You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/03/28 15:02:03 UTC

[jira] [Commented] (MNG-6302) Provide some "progress" hints

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

Hudson commented on MNG-6302:
-----------------------------

Build failed in Jenkins: Maven TLP » maven-studies » maven-metrics #4

See https://builds.apache.org/job/maven-box/job/maven-studies/job/maven-metrics/4/

> 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
>            Assignee: Herve Boutemy
>            Priority: Major
>             Fix For: 3.5.3
>
>
> 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.
> => finished as
> {code}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Foo 1.0.0-SNAPSHOT                                     [10/100]
> [INFO] ------------------------------------------------------------------------
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)