File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,18 @@ Resulting directory tree looks like:
34
34
| |-- site
35
35
| |-- sitetools
36
36
| `-- tools
37
+ | |-- converter
38
+ | |-- doxia-book-maven-plugin
39
+ | |-- doxia-book-renderer
40
+ | `-- linkcheck
37
41
|-- misc
38
42
| |-- archetypes
39
43
| |-- dist-tool
40
44
| |-- gh-actions-shared
41
45
| |-- indexer
42
46
| |-- jenkins
47
+ | | |-- env
48
+ | | `-- lib
43
49
| |-- plugin-testing
44
50
| |-- pom
45
51
| | |-- apache
@@ -69,7 +75,9 @@ Resulting directory tree looks like:
69
75
| |-- modello
70
76
| |-- plexus-containers
71
77
| |-- pom
78
+ | | `-- plexus
72
79
| |-- utils
80
+ | |-- testing
73
81
| `-- xml
74
82
|-- plugins
75
83
| |-- core
@@ -150,11 +158,14 @@ Resulting directory tree looks like:
150
158
|-- site
151
159
|-- sources
152
160
| `-- 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
158
169
```
159
170
160
171
Then simply use the content in this tree with normal ` git ` commands.
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ under the License.
39
39
<module >../../../plexus/plexus-containers</module >
40
40
<module >../../../plexus/pom/components</module >
41
41
<module >../../../plexus/pom/plexus</module >
42
+ <module >../../../plexus/testing</module >
42
43
<module >../../../plexus/utils</module >
43
44
<module >../../../plexus/xml</module >
44
45
</modules >
You can’t perform that action at this time.
0 commit comments