On Sat, Oct 11, 2008 at 3:06 PM, aman kohli <[EMAIL PROTECTED]> wrote:
> 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? 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 use Maven 2.0.9 again later if you want to reproduce the build. You can get a bit closer by locking down plugin versions in your own organization level parent pom, so things change less if you switch Maven versions. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
