[
https://issues.apache.org/jira/browse/MINVOKER-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16741279#comment-16741279
]
Hudson commented on MINVOKER-225:
---------------------------------
Build failed in Jenkins: Maven TLP » maven-invoker-plugin » master #54
See
https://builds.apache.org/job/maven-box/job/maven-invoker-plugin/job/master/54/
> 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
> Assignee: Robert Scholte
> Priority: Major
> Fix For: 3.1.1
>
>
> 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
(v7.6.3#76005)