Repository: maven-scm Updated Branches: refs/heads/master dec6e0db9 -> 3dbbae9c5
[SCM-816] Can't bootstrap or checkout project with child module Improve documentation Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/3dbbae9c Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/3dbbae9c Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/3dbbae9c Branch: refs/heads/master Commit: 3dbbae9c5a7c92f6f1d8d8fc3824cee7eefedab5 Parents: dec6e0d Author: rfscholte <rfscho...@apache.org> Authored: Tue May 31 23:16:29 2016 +0200 Committer: rfscholte <rfscho...@apache.org> Committed: Tue May 31 23:16:29 2016 +0200 ---------------------------------------------------------------------- .../src/site/apt/examples/bootstrapping-with-pom.apt.vm | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/3dbbae9c/maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm b/maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm index 48941ff..d60e52b 100644 --- a/maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm +++ b/maven-scm-plugin/src/site/apt/examples/bootstrapping-with-pom.apt.vm @@ -71,6 +71,12 @@ Bootstrapping a Project Using a POM mvn scm:bootstrap +---------+ + or in case of a multimodule project, bootstrapping should be invoked as + ++---------+ + mvn scm:bootstrap -N ++---------+ + By default the scm plugin will get the latest version from the trunk and generate it under <<<target/checkout>>> and execute the configured goals in it.