You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Doxia classes like: org.codehaus.doxia.sink.Sink need to change to org.apache.doxia.sink.Sink in newer versions of maven. The site plugin has changed the signature of generate that it searches for. This causes and exception to be thrown and documents to not be generated.
The text was updated successfully, but these errors were encountered:
So in version 4 of Maven, they seems to switch the Doxia classes from org.codehause to org.apache. I think there is a bug in maven-site-plugin that jumps the gun on this change and its breaking generation of the aggregated reports (yours and another plugin). However, I don't think the problem is with your project anymore. I believe this problem is from the maven-site-plugin. So I'm going to close this issue.
That being said, when Maven 4 (I think) comes out, you are going to have to make these updates for versions of your plugin that are intended to work in Maven 4. But that's a separate issue that perhaps you were already aware of.
All Doxia classes like: org.codehaus.doxia.sink.Sink need to change to org.apache.doxia.sink.Sink in newer versions of maven. The site plugin has changed the signature of generate that it searches for. This causes and exception to be thrown and documents to not be generated.
The text was updated successfully, but these errors were encountered: