This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new f9d99c3c Use apt syntax (#668) f9d99c3c is described below commit f9d99c3c6f8598c7262b1fbf7b5884ef93ec8660 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Mon Feb 10 17:10:29 2025 +0000 Use apt syntax (#668) 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.