Hi,

I'm trying to work around http://jira.codehaus.org/browse/MJAVADOC-157
so I have checked out the maven-javadoc-plugin sources and tweaked it so
it works for building my site. I have added the necessary into to deploy
my patched m-j-p to my custom repo and deployed it.

The site runs on our CI server which must be able to download the
patched m-j-p from our custom repo. This works fine but when I run the
site, I get the following error message:

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error getting reports from the plugin
'org.apache.maven.plugins:maven-javadoc-plugin': Unable to find the mojo
'org.apache.maven.plugins:maven-javadoc-plugin:2.4-MULE-586296:javadoc'
in the plugin 'org.apache.maven.plugins:maven-javadoc-plugin'
org/apache/maven/doxia/siterenderer/RendererException

No, running with -X -e does not come up with any more helpful info either.

I have searched the archive and found various threads with "unable to
find the mojo" which generally seems to be solved by removing the plugin
in question from the local repo. I did this and I even ran the build
with a fresh local repo: the error remains the same.

Any idea what could be wrong here?

-dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to