[
https://issues.apache.org/jira/browse/MINVOKER-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958588#comment-17958588
]
Olivier Lamy commented on MINVOKER-225:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-invoker-plugin#404|https://github.com/apache/maven-invoker-plugin/issues/404].
> 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 (Moved to GitHub Issues)
> Issue Type: Improvement
> Affects Versions: 3.0.1
> Reporter: Hervé Boutemy
> Assignee: Robert Scholte
> Priority: Major
> Fix For: 3.2.0
>
>
> 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
(v8.20.10#820010)