Add UML diagrams to the JavaDoc
It is possible to add UML diagrams to the JavaDoc generated during the build phase. The first thing to do is to install Graphviz which is an open source graph visualization software. After installation, add the bin folder (D:\Graphviz\bin for instance) to the PATH environment variable. Then configure the pom.xml : Here i chose to … Read more