Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
all environments
Description
Our project has ~12 submodules, some of which take a while to test. If a test fails in a downstream module, it would be nice not to have to repeat all the tests that precede it. For example, say a failure occurs in the widget-service module:
pom.xml
widget-config
widget-db
widget-doc
widget-domain
widget-service ***
widget-standalone
one could run a Maven2 command like: mvn --start=widget-service so as not to restart from the beginning.
Attachments
Issue Links
- duplicates
-
MNG-2576 Make Like Reactor Mode
- Closed