Skip to content

Commit f3899df

Browse files
authored
Add missing modules (#22)
These modules are available/used but missing in the docs or even in the (aggregator) build.
1 parent e8a96e5 commit f3899df

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,18 @@ Resulting directory tree looks like:
3434
| |-- site
3535
| |-- sitetools
3636
| `-- tools
37+
| |-- converter
38+
| |-- doxia-book-maven-plugin
39+
| |-- doxia-book-renderer
40+
| `-- linkcheck
3741
|-- misc
3842
| |-- archetypes
3943
| |-- dist-tool
4044
| |-- gh-actions-shared
4145
| |-- indexer
4246
| |-- jenkins
47+
| | |-- env
48+
| | `-- lib
4349
| |-- plugin-testing
4450
| |-- pom
4551
| | |-- apache
@@ -69,7 +75,9 @@ Resulting directory tree looks like:
6975
| |-- modello
7076
| |-- plexus-containers
7177
| |-- pom
78+
| | `-- plexus
7279
| |-- utils
80+
| |-- testing
7381
| `-- xml
7482
|-- plugins
7583
| |-- core
@@ -150,11 +158,14 @@ Resulting directory tree looks like:
150158
|-- site
151159
|-- sources
152160
| `-- aggregator
153-
|-- studies
154-
`-- svn
155-
|-- doxia-ide
156-
|-- repository-tools
157-
`-- sandbox
161+
`-- studies
162+
|-- consumer-pom
163+
|-- master
164+
|-- maven-basedir-filesystem
165+
|-- maven-ci-extension
166+
|-- maven-default-plugins
167+
|-- maven-eventsound-extension
168+
`-- maven-extension-demo
158169
```
159170

160171
Then simply use the content in this tree with normal `git` commands.

aggregator/plexus/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ under the License.
3939
<module>../../../plexus/plexus-containers</module>
4040
<module>../../../plexus/pom/components</module>
4141
<module>../../../plexus/pom/plexus</module>
42+
<module>../../../plexus/testing</module>
4243
<module>../../../plexus/utils</module>
4344
<module>../../../plexus/xml</module>
4445
</modules>

0 commit comments

Comments
 (0)