You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2019/08/27 07:07:00 UTC

[jira] [Closed] (MNG-6028) When a reactor build fails maven should include current goals in resume suggestion

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

Michael Osipov closed MNG-6028.
-------------------------------
    Fix Version/s:     (was: 3.6.x-candidate)
                       (was: wontfix-candidate)
       Resolution: Won't Fix

As discussed on the PR, we will write {{<args>}} only. This cannot be solved in a complete manner.

> When a reactor build fails maven should include current goals in resume suggestion
> ----------------------------------------------------------------------------------
>
>                 Key: MNG-6028
>                 URL: https://issues.apache.org/jira/browse/MNG-6028
>             Project: Maven
>          Issue Type: Improvement
>    Affects Versions: 3.3.9
>            Reporter: Axel Fontaine
>            Priority: Major
>
> Start multiproject build at root with mvn clean install
> if module-a fails you currently get
> {noformat}[ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :module-a{noformat}
> to be able to easily copy-paste this it would be much nicer if the goals were already filled in:
> {noformat}[ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn clean install -rf :module-a{noformat}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)