>> So what we need to do is put together a list of all the components that went >> into a build (so all the supporting maven plugins)
> Then I don't quite understand why the output of mvn help:effective-pom > isn't what you need. > Unless... you don't have the site plugin version locked down somewhere > in your pom hierarchy? no, we don't lock it down in the pom, maybe we should. effective-pom is not showing the site plugin version. Anyway we ideally need to get a deep list of the plugins and their dependencies. I am guessing a custom mojo will be required for this. > If you're using Maven 2.0.9 or later, it should be there as it's in > pluginManagement in the super pom. Of course, that means you have to not using 2.0.9 and we will be looking at moving across to it. thanks for your help! -- aman > -- > Wendy -- View this message in context: http://www.nabble.com/Generate-list-of-plugins-and-their-versions-used-in-a-build-tp19895592p19941994.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
