This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 192992 - --resume-from in addition to Rerun and Rerun with Parameters
Summary: --resume-from in addition to Rerun and Rerun with Parameters
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Jesse Glick
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2010-12-07 16:04 UTC by lforet
Modified: 2011-08-27 14:14 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lforet 2010-12-07 16:04:21 UTC
Now in Maven 3 when a build failed you have the ability to resume your build : 

  After correcting the problems, you can resume the build with the command
  mvn <goals> -rf :zeModule

So it would be great to have the possibility to do this directly from Netbeans . Like a button near the 2 re-run ones which is mapped to an action  with the same goals as the previous ones with the  -rf (--resume-from) option.

Best regards.

Laurent
Comment 1 Jesse Glick 2010-12-07 20:10:42 UTC
I think it makes sense. I will see if it can be implemented easily.
Comment 2 Jesse Glick 2011-02-07 23:22:20 UTC
Probably no longer an option for 7.0.
Comment 3 Jesse Glick 2011-08-26 21:19:38 UTC
core-main #25094454c268
Comment 4 Quality Engineering 2011-08-27 14:14:35 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/25094454c268
User: Jesse Glick <jglick@netbeans.org>
Log: #192992: --resume-from in addition to Rerun and Rerun with Parameters