General

Description

plantuml-generator is a project which consists of

  • a utility module which can be used to generate PlantUML class diagrams or sequence diagrams from existing java classes

  • maven plugins module to use the utility module in a maven build context.

More information on the utility module can be found here: Utility

If you are interested in the maven plugins you will find their documentation here: Maven Plugins

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