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/09/20 06:14:00 UTC

[jira] [Created] (MINVOKER-225) strange message ordering in case of post-build script failure

Hervé Boutemy created MINVOKER-225:
--------------------------------------

             Summary: strange message ordering in case of post-build script failure
                 Key: MINVOKER-225
                 URL: https://issues.apache.org/jira/browse/MINVOKER-225
             Project: Maven Invoker Plugin
          Issue Type: Improvement
    Affects Versions: 3.0.1
            Reporter: Hervé Boutemy


example:
{noformat}[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.{noformat}

I would have expected
{noformat}[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){noformat}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)