Have you tried to specify an earlier version of the maven-site-plugin in your pom.xml file?
My guess would be that site plugin 2.0-beta-6 is expecting a different version of Velocity than is available in the classpath for some reason. I don't know why that would happen, but backing up to an earlier site plugin version might help. Are you using any non-standard plugins that also depend on Velocity? If so, then it might also be worth trying to comment those out... Regards, Simon On Wed, 2008-06-11 at 10:17 -0700, Mick Knutson wrote: > I commented out ALL my reporting plugins, then ran site, and I still get the > same error! > > This is too much! > I deleted my entire repository to get all new plugins, and again, NO change > in this completely obscure error and I have a DEMO after lunch with the docs > I can't generate. > > Anyone? > > > > On Wed, Jun 11, 2008 at 9:48 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > > > [INFO] Internal error in the plugin manager executing goal > > 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site': Unable to find > > the mojo > > 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site' in the plugin > > 'org.apache.maven.plugins:maven-site-plugin' > > The specified class for ResourceManager > > (org.apache.velocity.runtime.resource.ResourceManagerImpl) does not > > implement org.apache.velocity.runtime > > .resource.ResourceManager; Velocity is not initialized correctly. > > > > Can someone please help to fix this as I has spent the last 2 days killing > > myself over this! > > > > -- > > --- > > Thank You… > > > > Mick Knutson > > BASE Logic, inc. > > > > Website: http://baselogic.com > > Blog: http://baselogic.com/blog > > BLiNC Magazine: http://blincmagazine.com > > Linked IN: http://linkedin.com/in/mickknutson > > DJ Mick: http://djmick.com > > MySpace: http://myspace.com/mickknutson > > Tahoe: http://tahoe.baselogic.com > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
