Add ability to restart tests at a specific module instead of repeating
successfully completed tests
---------------------------------------------------------------------------------------------------
Key: MNG-4108
URL: http://jira.codehaus.org/browse/MNG-4108
Project: Maven 2
Issue Type: Improvement
Components: Dependencies
Environment: all environments
Reporter: Peter Connolly
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira