This is an automated email from the ASF dual-hosted git repository. martinkanters pushed a commit to branch add-3.7.0-reactor-changes in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 440300461bca21b99d5e9068f8f1fb870bc0bf7a Author: Martin Kanters <[email protected]> AuthorDate: Sat Sep 12 14:48:04 2020 +0200 Added missing reactor switches to the "Using Modules" page --- content/apt/guides/mini/guide-multiple-modules.apt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/apt/guides/mini/guide-multiple-modules.apt b/content/apt/guides/mini/guide-multiple-modules.apt index 2b64278..e282bf1 100644 --- a/content/apt/guides/mini/guide-multiple-modules.apt +++ b/content/apt/guides/mini/guide-multiple-modules.apt @@ -65,7 +65,11 @@ Guide to Working with Multiple Modules The following command line switches are available: - * <<<--resume-from>>> - resumes a reactor from the specified project (e.g. when it fails in the middle) + * <<<--resume>>> - resumes a reactor from the last failed project (e.g. when it fails in the middle) + + * <<<--resume-from>>> - resumes a reactor from the specified project + + * <<<--projects>>> - include or exclude one or many projects in the reactor * <<<--also-make>>> - build the specified projects, and any of their dependencies in the reactor
