I would like to know if there is a more current plugin to generate the UML of my classes in a Maven project.
The idea is to run this goal of "uml generator" on the integration server continues, and so generate the files every time there is a change.
I searched the UML Graph, apiviz and PlantUML.
PlantUML and apiviz are obsolete and UML Graph only works with the Graphviz installation, however 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 it a utopia?