2
I wonder if there is a more current plugin to generate the UML of my classes in a Maven project.
The idea would be to run this "uml Generator" engine on the integration server continues, and so generate the files every time there is change.
I researched the UML Graph, apiviz and Plantuml.
Plantuml and apiviz are obsolete and UML Graph only works with the installation of Graphviz, but on my CI server I am not allowed to install anything.
Is there any other solution that meets what I’m looking for or is a utopia?
What is your Continuous Integration server?
– Filipe Miranda
@guiandmad If you’re looking for a more current plugin then tell me what you’re using in your Maven project. I know a UML generator but it’s for netbeans.
– Pena Pintada