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 6910a468 add missing core sub-projects
6910a468 is described below

commit 6910a46868e9141f547777329a69b78ee0b4e8d2
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Wed Mar 5 09:12:16 2025 +0100

    add missing core sub-projects
---
 content/markdown/scm.md              | 13 +++++++++----
 src/plantuml/maven-sources/core.puml |  9 +++++++++
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/content/markdown/scm.md b/content/markdown/scm.md
index 184e535e..f2d95c13 100644
--- a/content/markdown/scm.md
+++ b/content/markdown/scm.md
@@ -100,10 +100,15 @@ The Git repository for [Maven](/ref/current/) contains a 
master branch which is
 There is also a branch for maven-2.2.X or maven-3.0.x.
 In addition, the [integration tests for the Maven core](/core-its/) have their 
own repository.
 
-| Content                             | Repository                             
                                                                                
                  |                             Mirror                          
   |                          Issues                          |
-|:------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------:|:--------------------------------------------------------:|
-| [Apache Maven](/ref/current/)       | 
[`https://gitbox.apache.org/repos/asf/maven.git`](https://gitbox.apache.org/repos/asf/maven.git)
                                         |           
[GitHub](https://github.com/apache/maven/)           | [JIRA 
MNG](https://issues.apache.org/jira/projects/MNG/) |
-| [Apache Maven Core ITs](/core-its/) | 
[`https://gitbox.apache.org/repos/asf/maven-integration-testing.git`](https://gitbox.apache.org/repos/asf/maven-integration-testing.git)
 | [GitHub](https://github.com/apache/maven-integration-testing/) |             
              N/A                            |
+| Content                                                                      
  | Repository                                                                  
                                                                 |              
                Mirror                              |                           
     Issues                                |
+|:-------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------:|:--------------------------------------------------------------------:|
+| [Apache Maven](/ref/current/)                                                
  | 
[`https://gitbox.apache.org/repos/asf/maven.git`](https://gitbox.apache.org/repos/asf/maven.git)
                                             |            
[GitHub](https://github.com/apache/maven/)            |       [JIRA 
MNG](https://issues.apache.org/jira/projects/MNG/)       |
+| [Apache Maven Core ITs](/core-its/)                                          
  | 
[`https://gitbox.apache.org/repos/asf/maven-integration-testing.git`](https://gitbox.apache.org/repos/asf/maven-integration-testing.git)
     |  [GitHub](https://github.com/apache/maven-integration-testing/)  |       
                          N/A                                  |
+| [Apache Maven Build Cache 
Extension](/extensions/maven-build-cache-extension/) | 
[`https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git`](https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git)
 | [GitHub](https://github.com/apache/maven-build-cache-extension/) |   [JIRA 
MNG](https://issues.apache.org/jira/projects/MBUILDCACHE/)   |
+| [Apache Maven Daemon](https://github.com/apache/maven-mvnd)                  
  | 
[`https://gitbox.apache.org/repos/asf/maven-mvnd.git`](https://gitbox.apache.org/repos/asf/maven-mvnd.git)
                                   |         
[GitHub](https://github.com/apache/maven-mvnd/)          |     [GitHub 
Issues](https://github.com/apache/maven-mvnd/issues)     |
+| [Apache Maven Resolver](/resolver/)                                          
  | 
[`https://gitbox.apache.org/repos/asf/maven-resolver.git`](https://gitbox.apache.org/repos/asf/maven-resolver.git)
                           |       
[GitHub](https://github.com/apache/maven-resolver/)        | [JIRA 
MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER/) |
+| [Apache Maven Resolver Ant Tasks](/resolver-ant-tasks/)                      
  | 
[`https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git`](https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git)
       |  [GitHub](https://github.com/apache/maven-resolver-ant-tasks/)   | 
[JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER/) |
+| [Apache Maven Wrapper](/wrapper/)                                            
  | 
[`https://gitbox.apache.org/repos/asf/maven-wrapper.git`](https://gitbox.apache.org/repos/asf/maven-wrapper.git)
                             |        
[GitHub](https://github.com/apache/maven-wrapper/)        |    [JIRA 
MNG](https://issues.apache.org/jira/projects/MWRAPPER/)     |
 
 ## Other Components
 
diff --git a/src/plantuml/maven-sources/core.puml 
b/src/plantuml/maven-sources/core.puml
index 077c9581..f3940cdb 100644
--- a/src/plantuml/maven-sources/core.puml
+++ b/src/plantuml/maven-sources/core.puml
@@ -30,16 +30,25 @@ package "Maven Core" {
   rectangle "Core ITs"
   rectangle Resolver
   rectangle "Ant Tasks"
+  rectangle "Build Cache"
+  rectangle "Daemon"
+  rectangle "Wrapper"
 }
 
 'hidden dependencies to change layout
 Maven -[hidden]right-> "Core ITs"
 "Core ITs" -[hidden]right-> Resolver
 Resolver -[hidden]right-> "Ant Tasks"
+"Ant Tasks" -[hidden]right-> "Build Cache"
+"Build Cache" -[hidden]right-> Daemon
+Daemon -[hidden]right-> Wrapper
 
 url of Maven is [[https://github.com/apache/maven]]
 url of "Core ITs" is [[https://github.com/apache/maven-integration-testing]]
 url of Resolver is [[https://github.com/apache/maven-resolver]]
 url of "Ant Tasks" is [[https://github.com/apache/maven-resolver-ant-tasks]]
+url of "Build Cache" is 
[[https://github.com/apache/maven-build-cache-extension]]
+url of Daemon is [[https://github.com/apache/maven-mvnd]]
+url of Wrapper is [[https://github.com/apache/maven-wrapper]]
 
 @enduml

Reply via email to