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

strange message ordering in case of post-build script failure

    XMLWordPrintableJSON

Details

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

    Description

      example:

      [INFO] Building: non-default-config/pom.xml
      [INFO] run post-build script verify.groovy
      [INFO]           non-default-config/pom.xml ....................... FAILED (1.8 s)
      [INFO]   The post-build script returned false.

      I would have expected

      [INFO] Building: non-default-config/pom.xml
      [INFO] run post-build script verify.groovy
      [INFO] the post-build script returned false.
      [INFO]           non-default-config/pom.xml ....................... FAILED (1.8 s)

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            hboutemy Herve Boutemy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: