That looks to be occurring during the site plugin (which is my fault for publishing a bad snapshot), not the surefire report plugin. Remove the snapshot plugin repository, or build the site plugin yourself for the moment. It'll be cleaned up over the weekend.
- Brett On 4/21/06, Allison, Bob <[EMAIL PROTECTED]> wrote: > I updated my POM and did a "mvn -U site" and got this exception: > > java.lang.NoSuchMethodError: > org.apache.maven.doxia.siterenderer.Renderer.render(Ljava/util/Collectio > n;Lorg/apache/maven/doxia/siterenderer/SiteRenderingContext;Ljava/io/Fil > e;Ljava/lang/String;)V > at > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:121) > at > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa > nager.java:412) > > > Is there something else that needs to be updated for this to work? > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos > Sanchez > Sent: Thursday, April 20, 2006 20:56 > To: [email protected]; Maven Users List > Subject: [ANN] Maven Surefire Report plugin 2.0 released > > > Maven Surefire Report plugin 2.0 has been released. > > You can use it by adding it to the reporting section of your pom > > <reporting> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-report-plugin</artifactId> > <version>2.0</version> > </plugin> > </plugins> > </reporting> > > > Changelog: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11222&styleNa > me=Html&version=12481 > > * [MSUREFIREREP-2] - test failures causes report not to be generated > * [MSUREFIREREP-9] - surefire-report-maven-plugin: don't add report for > non java projects > * [MSUREFIREREP-11] - [surefire-report] not contains package name and > testcase details > * [MSUREFIREREP-13] - NPE with svn version of > surefire-report-maven-plugin > * [MSUREFIREREP-15] - Add integration logic that allows report to be > created for junit OR testng > * [MSUREFIREREP-17] - Use javascript to show/hide failure details > > -- > I could give you my word as a Spaniard. > No good. I've known too many Spaniards. > -- The Princess Bride > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
