Skip to content

[MNG-6302] Provide some "progress" hints #7563

@jira-importer

Description

@jira-importer

Romain Manni-Bucau opened MNG-6302 and commented

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:

[INFO] ------------------------------------------------------------------------
[INFO] Building Foo 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Module 10 / 100

If it can be more fancy it would be appreciated but this simple solution looks good enough to fulfill the original requirement.

=> finished as

[INFO] ------------------------------------------------------------------------
[INFO] Building Foo 1.0.0-SNAPSHOT                                     [10/100]
[INFO] ------------------------------------------------------------------------

Issue Links:

  • MNG-5594 Show current/total project number in reactor during build
    ("is duplicated by")

  • MNG-6308 display packaging & groupId:artifactId when building a module

  • MNG-5594 Show current/total project number in reactor during build
    ("supercedes")

Remote Links:

2 votes, 5 watchers

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions