[
https://jira.codehaus.org/browse/MNG-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=346618#comment-346618
]
Herve Boutemy edited comment on MNG-5630 at 5/16/14 3:19 PM:
-------------------------------------------------------------
for goal fork, I made a global search on every Maven plugins and found that
absolutely no report uses this feature: only pmd:cpd-check, pmd:check,
dependency:go-offline and changes:announcement-mail do use this feature
here is one sample:
{noformat}$ mvn dependency:go-offline
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Doxia :: XDoc Module 1.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-dependency-plugin:2.8:go-offline (default-cli) >
resolve-plugins @ doxia-module-xdoc >>>
[INFO]
[INFO] --- maven-dependency-plugin:2.8:resolve-plugins (resolve-plugins) @
doxia-module-xdoc ---
...
[INFO] <<< maven-dependency-plugin:2.8:go-offline (default-cli) <
resolve-plugins @ doxia-module-xdoc <<<
[INFO]
[INFO] --- maven-dependency-plugin:2.8:go-offline (default-cli) @
doxia-module-xdoc ---
...{noformat}
notice I forgot the ':' before the goal name: thanks for the report, I'll fix
it immediately :)
was (Author: hboutemy):
for goal fork, I made a global search on every Maven plugins and found that
absolutely no report uses this feature: only pmd:cpd-check, pmd:check,
dependency:go-offline and changes:announcement-mail do use this feature
here is one sample:
{noformat}$ mvn dependency:go-offline
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Doxia :: XDoc Module 1.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-dependency-plugin:2.8:go-offline (default-cli) >
resolve-plugins @ doxia-module-xdoc >>>
[INFO]
[INFO] --- maven-dependency-plugin:2.8:resolve-plugins (resolve-plugins) @
doxia-module-xdoc ---
...
[INFO] <<< maven-dependency-plugin:2.8:go-offline (default-cli) <
resolve-plugins @ doxia-module-xdoc <<<
[INFO]
[INFO] --- maven-dependency-plugin:2.8:go-offline (default-cli) @
doxia-module-xdoc ---
...{noformat}
> 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) >
> [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 <<<{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)