You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/22 09:58:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16520196#comment-16520196 ] 

ASF GitHub Bot commented on MNG-6028:
-------------------------------------

axelfontaine commented on issue #165: [MNG-6028] Include current goals in resume suggestion
URL: https://github.com/apache/maven/pull/165#issuecomment-399390374
 
 
   I disagree with @hboutemy . It's not because something can't be made to work in 100% of the cases from day 1, that the vast number of cases where it does work should be discarded.
   
   +1 for this PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>             Fix For: 3.6.x-candidate
>
>
> 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
(v7.6.3#76005)