You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/03/16 21:27:40 UTC

[maven] branch master updated: [MNG-3220] fix doc: dependencyManagement import require scope import

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 612dfdd  [MNG-3220] fix doc: dependencyManagement import require scope import
612dfdd is described below

commit 612dfddd26fbb4a403b027b9c246f8f11ccea7d9
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Mar 13 21:46:48 2021 +0100

    [MNG-3220] fix doc: dependencyManagement import require scope import
---
 maven-model-builder/src/site/apt/index.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-model-builder/src/site/apt/index.apt b/maven-model-builder/src/site/apt/index.apt
index 2f20852..fb85167 100644
--- a/maven-model-builder/src/site/apt/index.apt
+++ b/maven-model-builder/src/site/apt/index.apt
@@ -93,7 +93,7 @@ Maven Model Builder
    with its <<<DefaultLifecycleBindingsInjector>>> implementation in maven-core
    ({{{./maven-core/xref/org/apache/maven/model/plugin/DefaultLifecycleBindingsInjector.html}source}})
 
-   ** dependency management import (for dependencies of type <<<pom>>> in the <<<\<dependencyManagement\>>>> section)
+   ** dependency management import (for dependencies of type <<<pom>>> and scope <<<import>>> in the <<<\<dependencyManagement\>>>> section)
 
    ** dependency management injection: <<<DependencyManagementInjector>>> ({{{./apidocs/org/apache/maven/model/management/DependencyManagementInjector.html}javadoc}}),
    with its <<<DefaultDependencyManagementInjector>>> implementation