You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Phil Webb (JIRA)" <ji...@codehaus.org> on 2015/02/02 19:29:17 UTC

[jira] (MNG-5760) All `-rf` to automatically resume from the last failure point

Phil Webb created MNG-5760:
------------------------------

             Summary: All `-rf` to automatically resume from the last failure point
                 Key: MNG-5760
                 URL: https://jira.codehaus.org/browse/MNG-5760
             Project: Maven
          Issue Type: Improvement
          Components: Command Line
    Affects Versions: 3.2.5
            Reporter: Phil Webb
            Priority: Trivial


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
(v6.1.6#6162)