Thanks for the responses. Unfortunately 'mvn help:effective-pom' does not quite do what we need it to. Here's an example, trying to get a list of all the site plugins and their versions used is a challenge as this is not covered by effective-pom.
Doing mvn -cpu and groking the output would be one way to get this I guess. thanks! -- aman Michael McCallum-3 wrote: > > mvn help:effective-pom > > On Thu, 09 Oct 2008 22:16:39 aman kohli wrote: >> Hi, >> >> For a build, I need to generate the plugins used and their versions. >> Is there a way to do this? Ideally something as simple as the >> effective-pom mechanism would be great. >> >> One mechanism would be to to use the plugin-registry, if there is a >> way to auto generate that. >> >> http://maven.apache.org/guides/introduction/introduction-to-plugin-registry >>.html >> >> thanks >> >> -- aman > > > > -- > Michael McCallum > Enterprise Engineer > mailto:[EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Generate-list-of-plugins-and-their-versions-used-in-a-build-tp19895592p19936247.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]
