Re: Why isn't Maven using the (site) plugin version I told it?

2011-06-09 Thread Dennis Lundberg
On 2011-06-08 00:45, Daniel Serodio (lists) wrote: > That was it. Thanks a lot. > > Is there somewhere in the documentation I could've found this information? Yes, it's here: http://maven.apache.org/plugins/maven-site-plugin/plugin-info.html > > Benson Margulies wrote: >> The site plugin does

Re: Why isn't Maven using the (site) plugin version I told it?

2011-06-07 Thread Jörg Schaible
Daniel Serodio (lists) wrote: > That was it. Thanks a lot. > > Is there somewhere in the documentation I could've found this information? Type column: http://maven.apache.org/plugins/ - Jörg - To unsubscribe, e-mail: users-un

Re: Why isn't Maven using the (site) plugin version I told it?

2011-06-07 Thread Benson Margulies
Well, that's a hard question. The site plugin is just a plugin. So it goes in amongst the plugins. The site plugin's job is to run the *reporting* plugins. They's a different species, and live in the section. As of Maven 3, the section is on the way out in favor of plugins attached to the site

Re: Why isn't Maven using the (site) plugin version I told it?

2011-06-07 Thread Daniel Serodio (lists)
That was it. Thanks a lot. Is there somewhere in the documentation I could've found this information? Benson Margulies wrote: The site plugin does not go into . Put that into On Tue, Jun 7, 2011 at 5:29 PM, Daniel Serodio (lists) wrote: When I run "mvn site", I get a "AbstractMethodError

Re: Why isn't Maven using the (site) plugin version I told it?

2011-06-07 Thread Benson Margulies
The site plugin does not go into . Put that into On Tue, Jun 7, 2011 at 5:29 PM, Daniel Serodio (lists) wrote: > When I run "mvn site", I get a "AbstractMethodError [...] > SiteRendererSink.unknown" error. As reported in SUREFIRE-714, > maven-surefire-plugin 2.8 needs maven-site-plugin 2.1 or g

Why isn't Maven using the (site) plugin version I told it?

2011-06-07 Thread Daniel Serodio (lists)
When I run "mvn site", I get a "AbstractMethodError [...] SiteRendererSink.unknown" error. As reported in SUREFIRE-714, maven-surefire-plugin 2.8 needs maven-site-plugin 2.1 or greater; I told Maven to use these versions of the plugins, but it's still using maven-site-plugin 2.0-beta-7 I'm us