Axel Fontaine created MNG-6028:
----------------------------------

             Summary: 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


Start multiproject build at root with mvn clean install

if module-a fails you currently get

[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :module-a

to be able to easily copy-paste this it would be much nicer if the goals were 
already filled in:

[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn clean install -rf :module-a



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to