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/13 20:46:52 UTC

[maven] branch maven-3.6.x 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 maven-3.6.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.6.x by this push:
     new 808b86e  [MNG-3220] fix doc: dependencyManagement import require scope import
808b86e is described below

commit 808b86e359f7fe5c83508afbe05687911121675c
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 e18ad9d..f7dd1d2 100644
--- a/maven-model-builder/src/site/apt/index.apt
+++ b/maven-model-builder/src/site/apt/index.apt
@@ -81,7 +81,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