We have a huge Java project with hundreds of interfaces and classes. The generated UML diagram is basically unreadable due to the sheer size.
I was wondering if the Maven plugin was able to generate multiple separate class diagrams based on the configured scanPackage?
So, I would basically take our 20 or so packages under the main package and define them separately as scanPackage. This should result in a separate uml file per package definition.
We have a huge Java project with hundreds of interfaces and classes. The generated UML diagram is basically unreadable due to the sheer size.
I was wondering if the Maven plugin was able to generate multiple separate class diagrams based on the configured
scanPackage?So, I would basically take our 20 or so packages under the main package and define them separately as
scanPackage. This should result in a separate uml file per package definition.