Scope of this plugin is to implement print overall maven project architecture in UML-like style using PlantUML syntax.
Example of generated diagram
The plugin requires Dot/Graphviz to be installed on the machine
- Include the plugin in the project' pom
<build>
<plugins>
<plugin>
<groupId>org.kie</groupId>
<artifactId>blueprinter-maven-plugin</artifactId>
<version>1.0</version>
</plugin>
</plugins>
</build>- invoke it with
mvn blueprinter:print