Hervé Boutemy created MINVOKER-236:
--------------------------------------
Summary: 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
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)