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 2017/06/04 09:26:04 UTC

[jira] [Updated] (MINVOKER-221) improve "run script" message with description of which script

     [ https://issues.apache.org/jira/browse/MINVOKER-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy updated MINVOKER-221:
-----------------------------------
    Description: 
{noformat}[INFO] Building: projects/file-sets/dont-use-default-excludes/pom.xml
[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 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}


  was:
{example}[INFO] Building: projects/file-sets/dont-use-default-excludes/pom.xml
[INFO] run script setup.bsh
[INFO] run script verify.groovy
[INFO]           projects/file-sets/dont-use-default-excludes/pom.xml SUCCESS (1.8 s){example}
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:
{example}[INFO] Building: projects/file-sets/dont-use-default-excludes/pom.xml
[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){example}



> 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
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Hervé Boutemy
>            Assignee: Hervé Boutemy
>
> {noformat}[INFO] Building: projects/file-sets/dont-use-default-excludes/pom.xml
> [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 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
(v6.3.15#6346)