@@ -32,7 +32,6 @@ left to right direction
32
32
33
33
rectangle "archiver"
34
34
rectangle "artifact-resolver"
35
- rectangle "artifact-transfer"
36
35
rectangle "artifact-filters"
37
36
rectangle "dependency-analyzer"
38
37
rectangle "dependency-tree"
@@ -41,7 +40,6 @@ left to right direction
41
40
rectangle "invoker"
42
41
rectangle "jarsigner"
43
42
rectangle "mapping"
44
- rectangle "project-utils"
45
43
rectangle "reporting-api"
46
44
rectangle "reporting-exec"
47
45
rectangle "reporting-impl"
@@ -56,18 +54,14 @@ left to right direction
56
54
57
55
'hidden dependencies to change layout
58
56
"archiver" - [hidden ]down - "artifact - resolver "
59
- "artifact-resolver" - [hidden ]down - "artifact - transfer "
60
- "artifact-transfer" - [hidden ]down - "artifact - filters "
61
-
62
- "archiver" - [hidden ]left - "dependency - analyzer "
57
+ "artifact-resolver" - [hidden ]down - "artifact - filters "
63
58
"dependency-analyzer" - [hidden ]down - "dependency - tree "
64
59
"dependency-tree" - [hidden ]down - "file - management "
65
60
"file-management" - [hidden ]down - "filtering "
66
61
67
62
"dependency-analyzer" - [hidden ]left - "invoker "
68
63
"invoker" - [hidden ]down - "jarsigner "
69
64
"jarsigner" - [hidden ]down - "mapping "
70
- "mapping" - [hidden ]down - "project - utils "
71
65
72
66
"reporting-api" - [hidden ]down -> "script - interpreter "
73
67
"script-interpreter" - [hidden ]> "shared - incremental "
@@ -80,7 +74,6 @@ left to right direction
80
74
81
75
url of "archiver" is [[https ://github . com /apache /maven - archiver ]]
82
76
url of "artifact-resolver" is [[https ://github . com /apache /maven - resolver ]]
83
- url of "artifact-transfer" is [[https ://github . com /apache /maven - artifact - transfer ]]
84
77
url of "artifact-filters" is [[https ://github . com /apache /maven - common - artifact - filters ]]
85
78
url of "dependency-analyzer" is [[https ://github . com /apache /maven - dependency - analyzer ]]
86
79
url of "dependency-tree" is [[https ://github . com /apache /maven - dependency - tree ]]
@@ -89,7 +82,6 @@ url of "filtering" is [[https://github.com/apache/maven-filtering]]
89
82
url of "invoker" is [[https ://github . com /apache /maven - invoker ]]
90
83
url of "jarsigner" is [[https ://github . com /apache /maven - jarsigner ]]
91
84
url of "mapping" is [[https ://github . com /apache /maven - mapping ]]
92
- url of "project-utils" is [[https ://github . com /apache /maven - project - utils ]]
93
85
url of "reporting-api" is [[https ://github . com /apache /maven - reporting - api ]]
94
86
url of "reporting-exec" is [[https ://github . com /apache /maven - reporting - exec ]]
95
87
url of "reporting-impl" is [[https ://github . com /apache /maven - reporting - impl ]]
0 commit comments