blob: 4f6812442cf9626779ee3bd107ac1c0aff516e8f [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 Doxia" {
rectangle Doxia
rectangle "Site Tools"
rectangle Site #LightGrey
package Tools {
rectangle "Book Maven Plugin"
rectangle "Book Renderer"
rectangle Converter
rectangle LinkCheck
}
}
'hidden dependencies to change layout
Doxia -[hidden]right-> "Site Tools"
"Site Tools" -[hidden]right-> Site
"Site Tools" -[hidden]right-> Tools
url of Doxia is [[https://github.com/apache/maven-doxia]]
url of "Site Tools" is [[https://github.com/apache/maven-doxia-sitetools]]
url of Site is [[https://github.com/apache/maven-doxia-site]]
url of "Book Renderer" is [[https://github.com/apache/maven-doxia-book-renderer]]
url of "Book Maven Plugin" is [[https://github.com/apache/maven-doxia-book-maven-plugin]]
url of Converter is [[https://github.com/apache/maven-doxia-converter]]
url of LinkCheck is [[https://github.com/apache/maven-doxia-linkcheck]]
@enduml