This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-3 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 8093877b62812acdb1e4cc9083730e1ef44a5b38 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Thu Feb 6 14:26:57 2025 +0000 Use apt syntax Markdown snuck in but that doesn't work --- .../apt/guides/introduction/introduction-to-dependency-mechanism.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt b/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt index e54e241b..74c16a74 100644 --- a/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt +++ b/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt @@ -861,7 +861,7 @@ Introduction to the Dependency Mechanism <<<Important note: This is deprecated.>>> Dependencies with the scope <system> are not looked up in the Maven repository system. - Instead the `dependency` element contains a `systemPath` pointing to a jar on the local + Instead the <<<dependency>>> element contains a <<<systemPath>>> pointing to a jar on the local file system. The system scope is commonly used to tell Maven about dependencies provided by the JDK or the VM.