From 389d92127d94c04d626b201f522b98048bbcb60d Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Tue, 25 Feb 2025 08:22:54 -0500 Subject: [PATCH] default --- content/markdown/repositories/artifacts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/markdown/repositories/artifacts.md b/content/markdown/repositories/artifacts.md index 3674f09300..5263e8dd5c 100644 --- a/content/markdown/repositories/artifacts.md +++ b/content/markdown/repositories/artifacts.md @@ -107,8 +107,8 @@ things that unfortunately share the name "extension". A a JAR archive that is added to the project class loader's classpath. It is referenced by an `extension` element in pom.xml. An extension coordinate is usually the filename extension of an artifact's JAR file such as jar, zip, or txt. -This extension is usually set by default, but can be changed by the `type` child of a -`dependency` element. +This extension is most often set to an implicit default value, +but can be changed by the `type` child of a `dependency` element. Finally, in the case of "dependencies", this is how artifact coordinates are calculated from a `dependency` element: