Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5630

improve display of forked executions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.1
    • 3.2.2
    • Command Line
    • None

    Description

      Currently we have

      [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 <<<

      it doesn't tell what is the forked goal or phase, which would be useful

      proposed new format in case of phase:

      [INFO] 
      [INFO] >>> maven-javadoc-plugin:2.9.1:aggregate (report:aggregate) > [lifecycle if any]generate-sources @ forked-lifecycle >>>
      [INFO] 
      [INFO] <<< maven-javadoc-plugin:2.9.1:aggregate (report:aggregate) < [lifecycle if any]generate-sources @ forked-lifecycle <<<

      and in case of goal:
      proposed new format in case of phase:

      [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 <<<

      Attachments

        1. mvn-Preporting-site.log.zip
          16 kB
          Herve Boutemy

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              hboutemy Herve Boutemy
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: