I was attempting to run 'mvn site' on the trunk and received this
message from maven while it was executing on the pluto-util subproject:
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error getting reports from the plugin
'org.apache.maven.plugins:maven-site-plugin': Unable to find the mojo
'org.apache.maven.plugins:maven-site-plugin:2.0-beta-5:run' in the
plugin 'org.apache.maven.plugins:maven-site-plugin'
org/mortbay/jetty/handler/NotFoundHandler
[INFO]
------------------------------------------------------------------------
This isn't a problem Pluto: see
http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/[EMAIL PROTECTED]
for a solution.
If you come across this error the cliff notes solution is to remove the
following from your local M2 repository and try it again:
org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-8/doxia-site-renderer-1.0-alpha-8.pom
org/mortbay/jetty/project/6.0.0beta15/project-6.0.0beta15.pom
org/apache/maven/plugins/maven-site-plugin/2.0-beta-5/maven-site-plugin-2.0-beta-5.pom
Hope this helps someone.
Elliot