Skip to content

Handle move of Doxia from Codehaus to Apache #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hunterpayne opened this issue Oct 1, 2023 · 3 comments
Closed

Handle move of Doxia from Codehaus to Apache #139

hunterpayne opened this issue Oct 1, 2023 · 3 comments

Comments

@hunterpayne
Copy link

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.

@jozic
Copy link
Collaborator

jozic commented Oct 27, 2023

Could you please share more details? mvn version, plugin version, java/scala, etc
ideally a small reproducible project.
Thanks

@hunterpayne
Copy link
Author

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.

@hunterpayne
Copy link
Author

Closing as I believe this bug is actually in the maven-site-plugin. Sorry for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants