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 028cf4a add apache-resources and plexus-xml
028cf4a is described below
commit 028cf4aebc274a3928b555192d5a5fb5188e8ddc
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Apr 22 23:42:14 2023 +0200
add apache-resources and plexus-xml
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8a481d4..9abb2e2 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ Resulting directory tree looks like:
| |-- plugin-testing
| |-- pom
| | |-- apache
+| | |-- apache-resources
| | `-- maven
| |-- skins
| | |-- default
@@ -67,7 +68,8 @@ Resulting directory tree looks like:
| |-- modello
| |-- plexus-containers
| |-- pom
-| `-- utils
+| |-- utils
+| `-- xml
|-- plugins
| |-- core
| | |-- maven-clean-plugin
@@ -156,7 +158,6 @@ Resulting directory tree looks like:
`-- svn
|-- doxia-ide
|-- repository-tools
- |-- resources
`-- sandbox
```