Skip to content

Commit

Permalink
[MNG-3220] fix doc: dependencyManagement import require scope import
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy authored and michael-o committed Mar 16, 2021
1 parent 02bc2a6 commit a96fd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-model-builder/src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a96fd11

Please sign in to comment.