mthmulders opened a new pull request #342: URL: https://github.com/apache/maven/pull/342
This pull request adds the `--resume` / `-r` switch. It works like `--resume-from` / `-rf`, but does more than that: 1. It takes no arguments. Instead, when a build fails, it creates `target/resume.properties` which is read when the `--resume` / `-r` switch is specified. 1. It is smarter. When other modules later in the failed build succeeded, they will be excluded from the next (resumed) build. This only happens if there are no dependencies between the former and the latter. ## Status This pull request is a work-in-progress. Not all functionality is finished. We're working on accompanying integration tests. ## Pull request checklist - [X] There is a [JIRA issue](https://issues.apache.org/jira/browse/MNG-5760). - [X] Each commit in the pull request has a meaningful subject line and body. - [X] The pull request title is correctly formatted. - [X] The pull request description is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [ ] You have run the [Core IT][core-its] successfully. - [X] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). **ICLA has been signed by @MartinKanters and myself. CCLA has been signed by our employer, Info Support.** [core-its]: https://maven.apache.org/core-its/core-it-suite/ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
