Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.3.9
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- is depended upon by
-
MNG-6410 Add groupId to --resume-from suggestion if artifactId is not unique in reactor
- Closed
- is related to
-
MNG-6268 When a reactor build fails Maven should include -f (if used) in command line suggestion
- Closed
- is superceded by
-
MNG-6747 Generalize 'resume from' message when build reactor fails
- Closed
- links to