[
https://issues.apache.org/jira/browse/MINVOKER-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958578#comment-17958578
]
Olivier Lamy commented on MINVOKER-221:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-invoker-plugin#451|https://github.com/apache/maven-invoker-plugin/issues/451].
> improve "run script" message with description of which script
> -------------------------------------------------------------
>
> Key: MINVOKER-221
> URL: https://issues.apache.org/jira/browse/MINVOKER-221
> Project: Maven Invoker Plugin (Moved to GitHub Issues)
> Issue Type: Improvement
> Affects Versions: 3.0.0
> Reporter: Hervé Boutemy
> Assignee: Hervé Boutemy
> Priority: Major
> Fix For: 3.0.1
>
>
> {noformat}[INFO] Building:
> projects/file-sets/dont-use-default-excludes/pom.xml
> [INFO] run script selector.bsh
> [INFO] run script setup.bsh
> [INFO] run script verify.groovy
> [INFO] projects/file-sets/dont-use-default-excludes/pom.xml SUCCESS
> (1.8 s){noformat}
> from the name of found script, we can guess the first one is pre-build script
> (even if "setup.bsh" does not really match "preBuildHookScript" plugin
> property) and the second is post-build
> but it would be easy to do and easier to understand if this was just written:
> {noformat}[INFO] Building:
> projects/file-sets/dont-use-default-excludes/pom.xml
> [INFO] run selector script selector.bsh
> [INFO] run pre-build script setup.bsh
> [INFO] run post-build script verify.groovy
> [INFO] projects/file-sets/dont-use-default-excludes/pom.xml SUCCESS
> (1.8 s){noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)