You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2020/06/20 11:58:00 UTC

[jira] [Closed] (MNG-5760) Add `-r/--resume` to automatically resume from the last failure point

     [ https://issues.apache.org/jira/browse/MNG-5760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MNG-5760.
-------------------------------
    Fix Version/s: 3.7.0
       Resolution: Fixed

Fixed in [658ad90b3850131e4a73fd6cca2ead30f6e5f213|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=658ad90b3850131e4a73fd6cca2ead30f6e5f213]
Integration tests in [094373ddb6c47c8eeba1005bc11d70dcaeeb9330|https://gitbox.apache.org/repos/asf?p=maven-integration-testing.git;a=commit;h=094373ddb6c47c8eeba1005bc11d70dcaeeb9330]
Thanks for the PRs!

> Add `-r/--resume` to automatically resume from the last failure point
> ---------------------------------------------------------------------
>
>                 Key: MNG-5760
>                 URL: https://issues.apache.org/jira/browse/MNG-5760
>             Project: Maven
>          Issue Type: Improvement
>          Components: Command Line
>    Affects Versions: 3.2.5
>            Reporter: Phillip Webb
>            Assignee: Robert Scholte
>            Priority: Trivial
>             Fix For: 3.7.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently when a multi-module build fails the {{mvn}} command line prints the following error:
> {noformat}
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :some-module-name
> {noformat}
> Since I almost always want to use this flag with the next build it would be very useful if you could type {{mvn <goals> -rf}} and have the project name inferred from the last failure rather than needing to copy/paste from the terminal.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)