On 24/09/2009, at 10:14 PM, Marcos Lois Bermúdez wrote:

Hi,

I'm involved in a migration of a big maven 1 multiproject project, so now it's planning to migrate to Maven 2, so i use Maven 2 for some of my projects, but never used Maven 1, so my question is, are there a plugin or tool to create a dependency graph using graphviz similar to some plugins that exists for Maven 2?

This will help to start the migration, and know the interdependencies in artifacts.

It would be a very flat graph :)

Maven 1 doesn't have transitive dependencies, so what you see is what you get. The trick is actually appropriately culling the list of the dependencies once you migrate to Maven 2: for that, you can use mvn dependency:analyze.

- Brett


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to