This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/deps by this push: new af359389 wip af359389 is described below commit af359389cf684f5a0fd73a1e1ee46c18acb42f85 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Thu Feb 6 07:18:54 2025 -0500 wip --- content/markdown/repositories/dependencies.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/markdown/repositories/dependencies.md b/content/markdown/repositories/dependencies.md index 9d362a41..96e76e82 100644 --- a/content/markdown/repositories/dependencies.md +++ b/content/markdown/repositories/dependencies.md @@ -20,8 +20,9 @@ under the License. --> A dependency is a connection between a Maven project and an artifact -that Maven adds to a classpath. A dependency has both an artifact and metadata -about how the artifact is used by the project. This metadata includes +that Maven adds to a classpath or uses when building the project. +A dependency includes the artifact coordinates (group ID, artifact ID, and version) +and metadata about how the artifact is used by the project. This metadata includes the scope in which the artifact is added to the classpath and whether the artifact is required or optional. Different projects can have dependencies on the same artifact with different scopes