Hi all

I would like to check your interrest in a maven plugin I wrote, I called
it the XMI-Plugin.

It generates an XMI UML model of the dependencies in your maven project.
Every maven project in the build is represented as an UML package,
modules in maven projects are represented as inner packages.
Dependencies between maven projects are obviously represented as UML
package dependencies.

The idea is that the generated XMI can be used by any UML modelling tool
that supports XMI (I used magicdraw) to generate nice diagrams, or to
analyze your dependencies.

I found it very usefull to analyze dependencies in legacy projects with
a hell of a lot of dependencies that nobody knew the reason for anymore.
The generated diagrams can also be very convincing for decision makers
with less technical background ;-)

You can browse the code here: http://javalanbox.svn.sourceforge.net/viewvc/javalanbox/trunk/xmi-plugin/

Please let me known what you think. I'm
currently checking what I need to do to comply with the maven and mojo
code conventions etc.

thanks in advance
Jan


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to