blob: f3940cdbf34f64c54db82538e1dd0e62be915b17 [file] [log] [blame]
/'
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
'/
@startuml
<style>
rectangle {
BackgroundColor LightBlue
}
}
</style>
package "Maven Core" {
rectangle Maven
rectangle "Core ITs"
rectangle Resolver
rectangle "Ant Tasks"
rectangle "Build Cache"
rectangle "Daemon"
rectangle "Wrapper"
}
'hidden dependencies to change layout
Maven -[hidden]right-> "Core ITs"
"Core ITs" -[hidden]right-> Resolver
Resolver -[hidden]right-> "Ant Tasks"
"Ant Tasks" -[hidden]right-> "Build Cache"
"Build Cache" -[hidden]right-> Daemon
Daemon -[hidden]right-> Wrapper
url of Maven is [[https://github.com/apache/maven]]
url of "Core ITs" is [[https://github.com/apache/maven-integration-testing]]
url of Resolver is [[https://github.com/apache/maven-resolver]]
url of "Ant Tasks" is [[https://github.com/apache/maven-resolver-ant-tasks]]
url of "Build Cache" is [[https://github.com/apache/maven-build-cache-extension]]
url of Daemon is [[https://github.com/apache/maven-mvnd]]
url of Wrapper is [[https://github.com/apache/maven-wrapper]]
@enduml