Uploaded image for project: 'Maven Invoker Plugin'
  1. Maven Invoker Plugin
  2. MINVOKER-221

improve "run script" message with description of which script

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.1
    • None

    Description

      [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)

      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:

      [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)

      Attachments

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              hboutemy Herve Boutemy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: