I think the simplest method is to enable the maven-multiproject-plugin in your reports section of the top level project.xml. This will produce a report showing the versions available: http://maven.apache.org/reference/plugins/dependency-convergence-report.html is an example for the Maven plugins.
- Brett On 8/11/05, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > So, do I just look at the report and then go and update all the projects that > need it? We have a fair amount of shared code spread across a couple of > projects? Is the transitive checking going to exist in 1.1 or is that 2.0 > only? I can live w/ updating the projects, just want a fast way to discover > the inconsistencies. Do you think it is possible to script this easily ( a > day or two)? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
