| maven-dotuml-plugin:report |
To be used as final command
<attainGoal name="maven-dotuml-plugin:report"/>
within any custom goal defined in maven.xml at the module level.
Will generate one UML class diagram graph (.dot file) according
to the properties set.
|
| maven-dotuml-plugin:register |
Registers at most two reports: The report and an overview page with links
to the diagrams. The registration of the report can be switched off with
the property maven.dotuml.generate.report=false
|
| maven-dotuml-plugin:deregister |
Deregisters both reports.
|