[
https://jira.codehaus.org/browse/MNG-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=346338#comment-346338
]
Michael Osipov commented on MNG-5630:
-------------------------------------
[~hboutemy], having had a look at the like Maven output, I fail to understand
the displayed information for several reasons:
1. {noformat}[INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (report:javadoc) >
generate-sources @ apache-maven >>>{noformat}
Every single line contains a duplicate goal indication *:javadoc* and report
*:javadoc*. Can't we avoid those duplicates?
2. Every single affected line in the output contains *report:*. I haven't seen
anything else Is there any, can there be any? Else, where is the benefit?
3. {noformat}[INFO] >>> maven-surefire-report-plugin:2.16:report
(report:report) > [surefire]test @ maven-plugin-api >>>{noformat}
Since when is {{surefire}} an (optional) lifecycle? This is the only lifecycle
I see in the entire report.
I fail to see the benefits, at least in your examples. The indication of
lifecycle phase (new-format vs. old-format) is indeed a huge benefit.
> improve display of forked executions
> ------------------------------------
>
> Key: MNG-5630
> URL: https://jira.codehaus.org/browse/MNG-5630
> Project: Maven 2 & 3
> Issue Type: Improvement
> Components: Command Line
> Affects Versions: 3.2.1
> Reporter: Herve Boutemy
> Assignee: Herve Boutemy
> Fix For: 3.2.2
>
> Attachments: mvn-Preporting-site.log.zip
>
>
> Currently we have
> {noformat}[INFO]
> [INFO] >>> maven-javadoc-plugin:2.9.1:aggregate (report:aggregate) @
> forked-lifecycle >>>
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.9.1:aggregate (report:aggregate) @
> forked-lifecycle <<<{noformat}
> it doesn't tell what is the forked goal or phase, which would be useful
> proposed new format in case of phase:
> {noformat}[INFO]
> [INFO] >>> maven-javadoc-plugin:2.9.1:aggregate (report:aggregate) >
> [optional lifecycle]generate-sources @ forked-lifecycle >>>
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.9.1:aggregate (report:aggregate) <
> [optional lifecycle]generate-sources @ forked-lifecycle <<<{noformat}
> and in case of goal:
> proposed new format in case of phase:
> {noformat}[INFO]
> [INFO] >>> maven-javadoc-plugin:2.9.1:aggregate (report:aggregate) > :goal @
> forked-lifecycle >>>
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.9.1:aggregate (report:aggregate) < :goal @
> forked-lifecycle <<<{noformat}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)