> I have a mix of maven1 and maven2 projects. I would like to create
> dependency data for all versions of my projects and poms. Is there any
> way to do this?

For the M2 projects, the m-dependency-p has goals that will probably
be helpful to you:
http://maven.apache.org/plugins/maven-dependency-plugin/index.html

Also for M2, are you aware of the dependency report generated as part
of "mvn site"? Does this meet your requirements, or do you need
something different? Here's a sample output:
http://maven.apache.org/plugins/maven-project-info-reports-plugin/sample-dependencies.html

For M1, I have no good suggestions. We stopped using it a long time
ago and I simply forget stuff like this. I would probably spend the
time/effort to port those projects to M2.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to