Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.1
-
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
Attachments
Issue Links
- relates to
-
MSHARED-333 display what phase or goal is forked by a report
- Closed
-
MSHARED-335 Remove redundant executionId from reports
- Closed