Skip to content

Commit 73c331c

Browse files
committed
Drop outdated modules
These modules are either already archived or otherwise outdated, i.e., were already dropped from frequent build or even aggregator builds. Detected in the course of support-and-care/maven-support-and-care#77. Cf. https://github.com/support-and-care/maven-support-and-care/blob/main/src/docs/epics/77-maven-due-diligence/index.adoc#archived-components and apache/maven-sources#23.
1 parent fa880fe commit 73c331c

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

content/markdown/scm.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,13 @@ The components in Git are shown in the following table.
197197
|:------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------:|:-------------------------------------------------------------------------------:|
198198
| [Apache Maven Archiver](/shared/maven-archiver/) | [`https://gitbox.apache.org/repos/asf/maven-archiver.git`](https://gitbox.apache.org/repos/asf/maven-archiver.git) | [GitHub](https://github.com/apache/maven-archiver/) | [GitHub Issues](https://github.com/apache/maven-archiver/issues) |
199199
| [Apache Maven Artifact Resolver](/shared/maven-artifact-resolver/) | [`https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git`](https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git) | [GitHub](https://github.com/apache/maven-artifact-resolver/) | [JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER) |
200-
| [Apache Maven Artifact Transfer](/shared/maven-artifact-transfer/) | [`https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git`](https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git) | [GitHub](https://github.com/apache/maven-artifact-transfer/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) |
201200
| [Apache MavenCommon Artifact Filters](/shared/maven-common-artifact-filters/) | [`https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git`](https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git) | [GitHub](https://github.com/apache/maven-common-artifact-filters/) | [GitHub Issues](https://github.com/apache/maven-common-artifact-filters/issues) |
202201
| [Apache Maven Dependency Analyzer](/shared/maven-dependency-analyzer/) | [`https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git`](https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git) | [GitHub](https://github.com/apache/maven-dependency-analyzer/) | [GitHub Issues](https://github.com/apache/maven-dependency-analyzer/issues) |
203202
| [Apache Maven Dependency Tree](/shared/maven-dependency-tree/) | [`https://gitbox.apache.org/repos/asf/maven-dependency-tree.git`](https://gitbox.apache.org/repos/asf/maven-dependency-tree.git) | [GitHub](https://github.com/apache/maven-dependency-tree/) | [GitHub Issues](https://github.com/apache/maven-dependency-tree/issues) |
204203
| [Apache Maven Filtering](/shared/maven-filtering/) | [`https://gitbox.apache.org/repos/asf/maven-filtering.git`](https://gitbox.apache.org/repos/asf/maven-filtering.git) | [GitHub](https://github.com/apache/maven-filtering/) | [GitHub Issues](https://github.com/apache/maven-filtering/issues) |
205204
| [Apache Maven Invoker](/shared/maven-invoker/) | [`https://gitbox.apache.org/repos/asf/maven-invoker.git`](https://gitbox.apache.org/repos/asf/maven-invoker.git) | [GitHub](https://github.com/apache/maven-invoker/) | [GitHub Issues](https://github.com/apache/maven-invoker/issues) |
206205
| [Apache Maven Jarsigner](/shared/maven-jarsigner/) | [`https://gitbox.apache.org/repos/asf/maven-jarsigner.git`](https://gitbox.apache.org/repos/asf/maven-jarsigner.git) | [GitHub](https://github.com/apache/maven-jarsigner/) | [GitHub Issues](https://github.com/apache/maven-jarsigner/issues) |
207206
| [Apache Maven Mapping](/shared/maven-mapping/) | [`https://gitbox.apache.org/repos/asf/maven-mapping.git`](https://gitbox.apache.org/repos/asf/maven-mapping.git) | [GitHub](https://github.com/apache/maven-mapping/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) |
208-
| [Apache Maven Project Utils](/shared/maven-project-utils/) | [`https://gitbox.apache.org/repos/asf/maven-project-utils.git`](https://gitbox.apache.org/repos/asf/maven-project-utils.git) | [GitHub](https://github.com/apache/maven-project-utils/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) |
209207
| [Apache Maven Reporting API](/shared/maven-reporting-api/) | [`https://gitbox.apache.org/repos/asf/maven-reporting-api.git`](https://gitbox.apache.org/repos/asf/maven-reporting-api.git) | [GitHub](https://github.com/apache/maven-reporting-api/) | [GitHub Issues](https://github.com/apache/maven-reporting-api/issues) |
210208
| [Apache Maven Reporting Executor](/shared/maven-reporting-exec/) | [`https://gitbox.apache.org/repos/asf/maven-reporting-exec.git`](https://gitbox.apache.org/repos/asf/maven-reporting-exec.git) | [GitHub](https://github.com/apache/maven-reporting-exec/) | [GitHub Issues](https://github.com/apache/maven-reporting-exec/issues) |
211209
| [Apache Maven Reporting Implementation](/shared/maven-reporting-impl/) | [`https://gitbox.apache.org/repos/asf/maven-reporting-impl.git`](https://gitbox.apache.org/repos/asf/maven-reporting-impl.git) | [GitHub](https://github.com/apache/maven-reporting-impl/) | [GitHub Issues](https://github.com/apache/maven-reporting-impl/issues) |
@@ -233,7 +231,6 @@ You can also check out every component separately. The components in Subversion
233231

234232
| Content | Repository | Mirror |
235233
|:-------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------|:--------------------------------------------------:|
236-
| Maven Project (mainly KEYS) | [`https://svn.apache.org/viewvc/maven/project`](https://svn.apache.org/repos/asf/maven/project/) | |
237234
| Maven Sandbox | [`https://svn.apache.org/viewvc/maven/sandbox/trunk/`](https://svn.apache.org/repos/asf/maven/sandbox/trunk/) | [GitHub](https://github.com/apache/maven-sandbox/) |
238235
| A variety of other subsystems (including obsolete trees replaced by git) | [`https://svn.apache.org/viewvc/maven/`](https://svn.apache.org/repos/asf/maven/) | |
239236

src/plantuml/maven-sources/shared.puml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ left to right direction
3232

3333
rectangle "archiver"
3434
rectangle "artifact-resolver"
35-
rectangle "artifact-transfer"
3635
rectangle "artifact-filters"
3736
rectangle "dependency-analyzer"
3837
rectangle "dependency-tree"
@@ -41,7 +40,6 @@ left to right direction
4140
rectangle "invoker"
4241
rectangle "jarsigner"
4342
rectangle "mapping"
44-
rectangle "project-utils"
4543
rectangle "reporting-api"
4644
rectangle "reporting-exec"
4745
rectangle "reporting-impl"
@@ -56,18 +54,14 @@ left to right direction
5654

5755
'hidden dependencies to change layout
5856
"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"
6358
"dependency-analyzer" -[hidden]down- "dependency-tree"
6459
"dependency-tree" -[hidden]down- "file-management"
6560
"file-management" -[hidden]down- "filtering"
6661

6762
"dependency-analyzer" -[hidden]left- "invoker"
6863
"invoker" -[hidden]down- "jarsigner"
6964
"jarsigner" -[hidden]down- "mapping"
70-
"mapping" -[hidden]down- "project-utils"
7165

7266
"reporting-api" -[hidden]down-> "script-interpreter"
7367
"script-interpreter" -[hidden]> "shared-incremental"
@@ -80,7 +74,6 @@ left to right direction
8074

8175
url of "archiver" is [[https://github.com/apache/maven-archiver]]
8276
url of "artifact-resolver" is [[https://github.com/apache/maven-resolver]]
83-
url of "artifact-transfer" is [[https://github.com/apache/maven-artifact-transfer]]
8477
url of "artifact-filters" is [[https://github.com/apache/maven-common-artifact-filters]]
8578
url of "dependency-analyzer" is [[https://github.com/apache/maven-dependency-analyzer]]
8679
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]]
8982
url of "invoker" is [[https://github.com/apache/maven-invoker]]
9083
url of "jarsigner" is [[https://github.com/apache/maven-jarsigner]]
9184
url of "mapping" is [[https://github.com/apache/maven-mapping]]
92-
url of "project-utils" is [[https://github.com/apache/maven-project-utils]]
9385
url of "reporting-api" is [[https://github.com/apache/maven-reporting-api]]
9486
url of "reporting-exec" is [[https://github.com/apache/maven-reporting-exec]]
9587
url of "reporting-impl" is [[https://github.com/apache/maven-reporting-impl]]

0 commit comments

Comments
 (0)