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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new f254df73af [MNG-11966] Update lifecycles reference to point to 
LifecycleRegistry (#12260)
f254df73af is described below

commit f254df73af3a0e549a3d090152221135f4b434e4
Author: B V HITESH SAI <[email protected]>
AuthorDate: Wed Jun 17 18:33:51 2026 +0530

    [MNG-11966] Update lifecycles reference to point to LifecycleRegistry 
(#12260)
    
    * MNG-11966: Update lifecycles reference to point to LifecycleRegistry
    
    * [MNG-11966] Disable remote repository filtering in Verifier helper calls
    
    * [MNG-11966] Strip UTF-8 BOM in JvmConfigParser
    
    * Revert "[MNG-11966] Disable remote repository filtering in Verifier 
helper calls"
    
    This reverts commit 5bc436c5f20807cca90f2aa597a98f77a91af780.
    
    * Revert BOM stripping in JvmConfigParser.java
---
 impl/maven-core/src/site/apt/lifecycles.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/maven-core/src/site/apt/lifecycles.apt.vm 
b/impl/maven-core/src/site/apt/lifecycles.apt.vm
index d5c132476a..18d9909220 100644
--- a/impl/maven-core/src/site/apt/lifecycles.apt.vm
+++ b/impl/maven-core/src/site/apt/lifecycles.apt.vm
@@ -25,7 +25,7 @@
 
 Lifecycles Reference
 
-  Maven defines 3 lifecycles in 
{{{./apidocs/org/apache/maven/lifecycle/providers/package-summary.html}<<<org.apache.maven.lifecycle.providers>>>}}
 package:
+  Maven defines 3 lifecycles, which are registered in 
{{{./apidocs/org/apache/maven/api/services/LifecycleRegistry.html}<<<LifecycleRegistry>>>}}:
 
 %{toc|fromDepth=2}
 

Reply via email to