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-sources.git


The following commit(s) were added to refs/heads/master by this push:
     new f3899df  Add missing modules (#22)
f3899df is described below

commit f3899df7586548b60ce8be449ae326ce473526ab
Author: Gerd Aschemann <g...@aschemann.net>
AuthorDate: Sun May 25 16:47:26 2025 +0200

    Add missing modules (#22)
    
    These modules are available/used but missing in the docs
    or even in the (aggregator) build.
---
 README.md                 | 21 ++++++++++++++++-----
 aggregator/plexus/pom.xml |  1 +
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index da0057a..3d88e8a 100644
--- a/README.md
+++ b/README.md
@@ -34,12 +34,18 @@ Resulting directory tree looks like:
 |   |-- site
 |   |-- sitetools
 |   `-- tools
+|       |-- converter
+|       |-- doxia-book-maven-plugin
+|       |-- doxia-book-renderer
+|       `-- linkcheck
 |-- misc
 |   |-- archetypes
 |   |-- dist-tool
 |   |-- gh-actions-shared
 |   |-- indexer
 |   |-- jenkins
+|   |   |-- env
+|   |   `-- lib
 |   |-- plugin-testing
 |   |-- pom
 |   |   |-- apache
@@ -69,7 +75,9 @@ Resulting directory tree looks like:
 |   |-- modello
 |   |-- plexus-containers
 |   |-- pom
+|   |   `-- plexus
 |   |-- utils
+|   |-- testing
 |   `-- xml
 |-- plugins
 |   |-- core
@@ -150,11 +158,14 @@ Resulting directory tree looks like:
 |-- site
 |-- sources
 |   `-- aggregator
-|-- studies
-`-- svn
-    |-- doxia-ide
-    |-- repository-tools
-    `-- sandbox
+`-- studies
+    |-- consumer-pom
+    |-- master
+    |-- maven-basedir-filesystem
+    |-- maven-ci-extension
+    |-- maven-default-plugins
+    |-- maven-eventsound-extension
+    `-- maven-extension-demo
 ```
 
 Then simply use the content in this tree with normal `git` commands.
diff --git a/aggregator/plexus/pom.xml b/aggregator/plexus/pom.xml
index 4dcd2b2..bc0c95d 100644
--- a/aggregator/plexus/pom.xml
+++ b/aggregator/plexus/pom.xml
@@ -39,6 +39,7 @@ under the License.
     <module>../../../plexus/plexus-containers</module>
     <module>../../../plexus/pom/components</module>
     <module>../../../plexus/pom/plexus</module>
+    <module>../../../plexus/testing</module>
     <module>../../../plexus/utils</module>
     <module>../../../plexus/xml</module>
   </modules>

Reply via email to