/plantuml-generator

utility and maven plugin project for generating plantuml class diagrams and sequence diagrams out of java classes

Primary LanguageJavaApache License 2.0Apache-2.0

plantuml-generator project

Lines of Code Security Rating Vulnerabilities Maintainability Rating Coverage mvn verify

Description

plantuml-generator is a project which consists of a utility module which can be used to generate PlantUML class diagrams from existing java classes and its maven plugin frontend.

With the help of this project you can generate class diagrams for your project documentation on the fly during each maven build or via the utility module.

Documentation

If you are only interested in the maven plugins you can directly go to https://devlauer.github.io/plantuml-generator/plantuml-generator-maven-plugin/latest/index.html

If you want to use the utility classes on their own you can directly go to https://devlauer.github.io/plantuml-generator/plantuml-generator-util/latest/index.html

Licensing

This software is licensed under the Apache Licence, Version 2.0. Note that plantuml-generator has several dependencies which are not licensed under the Apache License. Note that using plant-uml-generator comes without any (legal) warranties.

Versioning

This project uses sematic versioning. For more information refer to semver.

Changelog

This plugin has a dedicated Changelog.

Reporting bugs and feature requests

Use GitHub issues to create your issues.

Source

Latest and greatest source of plantuml-generator can be found on GitHub. Fork it!