Skip to content

gitgabrio/blueprinter-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KIE Blueprinter Maven Plugin

Scope of this plugin is to implement print overall maven project architecture in UML-like style using PlantUML syntax.

Example of generated diagram

alt text

Requirements

The plugin requires Dot/Graphviz to be installed on the machine

Usage

  1. 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>
  1. invoke it with
mvn blueprinter:print

About

Maven plugin to print out overal module architecture in a UML-like diagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages