This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 90204688 Add missing Doxia modules to sources overview 90204688 is described below commit 90204688d3d3e38d4c9a7a12d6e882d4743d23ec Author: Gerd Aschemann <g...@aschemann.net> AuthorDate: Mon May 26 09:15:08 2025 +0200 Add missing Doxia modules to sources overview --- src/plantuml/maven-sources/doxia.puml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plantuml/maven-sources/doxia.puml b/src/plantuml/maven-sources/doxia.puml index 90e174bc..4f681244 100644 --- a/src/plantuml/maven-sources/doxia.puml +++ b/src/plantuml/maven-sources/doxia.puml @@ -30,6 +30,8 @@ package "Maven Doxia" { rectangle "Site Tools" rectangle Site #LightGrey package Tools { + rectangle "Book Maven Plugin" + rectangle "Book Renderer" rectangle Converter rectangle LinkCheck } @@ -43,6 +45,8 @@ Doxia -[hidden]right-> "Site 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]]