[ https://jira.codehaus.org/browse/MNG-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=348100#comment-348100 ]
Claus Ibsen commented on MNG-5594: ---------------------------------- Maybe it can show the number of already build modules, so for parallel builds it can become more useful. Total modules: 79 (built: 17, in progress: 4) Also its actually great if there is a duration as well, as when you log at outputs from CI servers you do know easily know how long time it has been since the build started that this module is being built and tested. Total modules: 79 (built: 17, in progress: 4) Elapsed: 16m23s What you need is just a time since the CI job started. As sometimes you know that the build usually takes 37m, and so if the duration is at 16m, then there is about 20m still. > Show current/total project number in reactor during build > --------------------------------------------------------- > > Key: MNG-5594 > URL: https://jira.codehaus.org/browse/MNG-5594 > Project: Maven 2 & 3 > Issue Type: Improvement > Components: General > Affects Versions: 3.2.x > Reporter: Grzegorz Grzybek > Priority: Minor > Attachments: project-progress.diff > > > While building long projects, containing hundreds of modules it would be nice > to see how far did we get. > For example, the build might look like this: > {noformat} > ... > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Maven Compat 3.2.2-SNAPSHOT (11/13) > [INFO] > ------------------------------------------------------------------------ > [INFO] > ... > [INFO] > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Maven Embedder 3.2.2-SNAPSHOT (12/13) > [INFO] > ------------------------------------------------------------------------ > [INFO] > ... > {noformat} > Please find attached a naive implementation here: [^project-progress.diff]. -- This message was sent by Atlassian JIRA (v6.1.6#6162)