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

hboutemy 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 7086db15 links
7086db15 is described below

commit 7086db15445d3e1541e974f17b8bd05a8fb5030d
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Mar 12 23:24:37 2023 +0100

    links
---
 content/apt/guides/mini/guide-maven-classloading.apt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/apt/guides/mini/guide-maven-classloading.apt 
b/content/apt/guides/mini/guide-maven-classloading.apt
index 166a2e10..2f700f76 100644
--- a/content/apt/guides/mini/guide-maven-classloading.apt
+++ b/content/apt/guides/mini/guide-maven-classloading.apt
@@ -70,13 +70,13 @@ Guide to Maven Classloading
  
  You can add elements to this classloader by 
{{{/ref/current/maven-model/maven.html#class_extension}extensions}}. 
  These are loaded through the same classloader as <<<$\{maven.home\}/lib>>> 
and hence are available 
- to the Maven core and all plugins for the current project (through the API 
classloader).
+ to the Maven core and all plugins for the current project (through the API 
Classloader: see next paragraph).
  More information is available in {{{./guide-using-extensions.html}Core 
Extension}}.
 
 * {API Classloader}
 
- The API classloader is filtered view of the Core Classloader by exposing only 
the exported packages from all Core Extensions.
- The main API is listed in 
{{{https://maven.apache.org/ref/3-LATEST/maven-core/core-extensions.html}Maven 
Core Extensions Reference}}.
+ The API classloader is a filtered view of the Core Classloader, done by 
exposing only the exported packages from all Core Extensions.
+ The main API is listed in 
{{{/ref/current/maven-core/core-extensions.html}Maven Core Extensions 
Reference}}.
  
  This has been introduced with Maven 3.3.1 
({{{https://issues.apache.org/jira/browse/MNG-5771}MNG-5771}}).
 

Reply via email to