You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2014/05/10 18:53:10 UTC

[jira] (MNG-5630) improve display of forked executions

Herve Boutemy created MNG-5630:
----------------------------------

             Summary: 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


actually, 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, but tell twoce which is the executed goal

proposed new format in case of phase:
{noformat}[INFO] 
[INFO] >>> maven-javadoc-plugin:2.9.1:aggregate (report) > [optional lifecycle]generate-sources @ forked-lifecycle >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9.1:aggregate (report) > [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) > :goal @ forked-lifecycle >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9.1:aggregate (report) > :goal @ forked-lifecycle <<<{noformat}




--
This message was sent by Atlassian JIRA
(v6.1.6#6162)