This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 6b6b58cf1ed63b2a6a8fa1e3b713d117f1fb0347
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Wed Feb 5 18:54:51 2025 +0000

    Java doesn't statially link
    
    So there's no link phase
---
 content/apt/pom.apt.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/apt/pom.apt.vm b/content/apt/pom.apt.vm
index 7364523e..3cb6186a 100644
--- a/content/apt/pom.apt.vm
+++ b/content/apt/pom.apt.vm
@@ -196,8 +196,8 @@ POM Reference
 
   The cornerstone of the POM is its 
{{{/ref/current/maven-model/maven.html#class_dependency}dependency}} list.
   Most projects depend on others to build
-  and run correctly. If all Maven does for you is manage this list, you have 
gained a lot.
-  Maven downloads and links the dependencies on compilation, as well as on 
other goals that require them.
+  and run correctly.
+  Maven downloads the dependencies on compilation, as well as on other goals 
that require them.
   As an added bonus, Maven brings in the dependencies of those dependencies 
(transitive dependencies),
   allowing your list to focus solely on the dependencies your project requires.
 

Reply via email to