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 2c2ecd630b633c61587bd5c01195eb370409c47b Author: Martin Kanters <[email protected]> AuthorDate: Sat Sep 12 14:59:05 2020 +0200 Added the 3.7.0+ alternative to building just one given pom, since the behaviour of -pl has changed with MNG-6981. --- content/apt/guides/mini/guide-multiple-modules.apt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/apt/guides/mini/guide-multiple-modules.apt b/content/apt/guides/mini/guide-multiple-modules.apt index e282bf1..c9544f0 100644 --- a/content/apt/guides/mini/guide-multiple-modules.apt +++ b/content/apt/guides/mini/guide-multiple-modules.apt @@ -83,6 +83,10 @@ Guide to Working with Multiple Modules Refer to the Maven command line interface reference for more information on these switches. +** Advanced scenarios + + * Since version 3.7.0 Maven includes all modules of a parent pom when it is selected with <<<--projects>>>. Use <<<--file>>> in combination with <<<--non-recursive>>> to build just the given pom. + * More information * {{{http://books.sonatype.com/mvnex-book/reference/multimodule.html} Chapter 6. A Multi-module Project (Maven by Example)}}
