You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2018/04/23 08:07:00 UTC

[jira] [Commented] (MINVOKER-236) improve display of setup jobs

    [ https://issues.apache.org/jira/browse/MINVOKER-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16447702#comment-16447702 ] 

Hervé Boutemy commented on MINVOKER-236:
----------------------------------------

transformed to
{noformat}[INFO] --- maven-invoker-plugin:3.0.2-SNAPSHOT:integration-test (integration-test) @ maven-toolchains-plugin ---
[INFO] Running 1 setup job:
[INFO] Building: setup-custom-toolchain/pom.xml
[INFO]           setup-custom-toolchain/pom.xml ................... SUCCESS (4.9 s)
[INFO] Setup done.
[INFO] Building: missing-toolchain/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           missing-toolchain/pom.xml ........................ SUCCESS (1.6 s)
[INFO] Building: use-custom-toolchain/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           use-custom-toolchain/pom.xml ..................... SUCCESS (1.7 s){noformat}

> improve display of setup jobs
> -----------------------------
>
>                 Key: MINVOKER-236
>                 URL: https://issues.apache.org/jira/browse/MINVOKER-236
>             Project: Maven Invoker Plugin
>          Issue Type: Improvement
>    Affects Versions: 3.0.1
>            Reporter: Hervé Boutemy
>            Assignee: Hervé Boutemy
>            Priority: Major
>             Fix For: 3.0.2
>
>
> currently, there is an info message "Running Setup Jobs" then setup jobs build, then normal (non-setup) jobs build: you don't know how many jobs were part of the setup
> For example:
> {noformat}[INFO] --- maven-invoker-plugin:3.0.1:integration-test (integration-test) @ maven-toolchains-plugin ---
> [INFO] Running Setup Jobs
> [INFO] Building: setup-custom-toolchain/pom.xml
> [INFO]           setup-custom-toolchain/pom.xml ................... SUCCESS (4.8 s)
> [INFO] Building: missing-toolchain/pom.xml
> [INFO] run post-build script verify.groovy
> [INFO]           missing-toolchain/pom.xml ........................ SUCCESS (1.6 s)
> [INFO] Building: use-custom-toolchain/pom.xml
> [INFO] run post-build script verify.groovy
> [INFO]           use-custom-toolchain/pom.xml ..................... SUCCESS (1.6 s){noformat}
> you need to guess that {{setup-custom-toolchain}} was the only setup job
> adding a simple message at the end of the setup will bring more clarity



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)