dotuml Maven Plugin
With all the success with the previous days work with maven, I decided to try some new stuff. The latest maven plugin I tried was dotuml which creates wonderful Q&D UML class diagrams like these. It uses the UMLGraph tool described here.
One bit of nastiness is that you _have_ to make sure to set the
One bit of nastiness is that you _have_ to make sure to set the
maven.javadoc.source
property otherwise the javadoc call will fail. Also, I had to set maven.dotuml.image.map=off
since this was failing also.
Comments