In Rawhide, there appears to be a compatibility issue with the version of maven-javadoc-plugin that we have, and new maven-doxia that was build yesterday: > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate (default-cli) on project openshift-java-client: Execution default-cli of goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate: java.lang.NoSuchMethodError: org.apache.maven.doxia.siterenderer.sink.SiteRendererSink.<init>(Lorg/apache/maven/doxia/sink/render/RenderingContext;)V For examples, see: http://koji.fedoraproject.org/koji/taskinfo?taskID=7161430 and http://koji.fedoraproject.org/koji/taskinfo?taskID=7160197 Thanks, Gerard.
Created attachment 919155 [details] Patch The attached patch fixed things for me. The location of RenderingContext has changed from : org.apache.maven.doxia.sink.render.RenderingContext to org.apache.maven.doxia.siterenderer.RenderingContext.
(In reply to Roland Grunberg from comment #1) > Created attachment 919155 [details] > Patch > > The attached patch fixed things for me. The location of RenderingContext has > changed from : > > org.apache.maven.doxia.sink.render.RenderingContext to > org.apache.maven.doxia.siterenderer.RenderingContext. Patch works for me, thanks.
Fixed in maven-javadoc-plugin-2.9.1-10
I believe that this bug is fixed in maven-javadoc-plugin-2.9.1-10, which is available in Fedora Rawhide, so I am closing this bug now. The build containing the fix can be found at Koji: http://koji.fedoraproject.org/koji/buildinfo?buildID=545949