Skip to content
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

All documentation descriptions are empty #805

Open
uhafner opened this issue May 7, 2024 · 10 comments
Open

All documentation descriptions are empty #805

uhafner opened this issue May 7, 2024 · 10 comments
Assignees

Comments

@uhafner
Copy link

uhafner commented May 7, 2024

I'm not sure since when this is broken: all descriptions on https://spotbugs.github.io/spotbugs-maven-plugin/plugin-info.html and all goals like https://spotbugs.github.io/spotbugs-maven-plugin/check-mojo.html are broken right now. I'm almost sure that there where descriptions in the past.

Bildschirmfoto 2024-05-07 um 14 19 52
@hazendaz
Copy link
Member

hazendaz commented May 7, 2024

That has always been the case. Project is groovy so it uses groovydocs. See original plugin for same https://gleclaire.github.io/findbugs-maven-plugin/check-mojo.html. I believe either this was reported before or I saw it and have not figured out how to make it work.

@hazendaz hazendaz self-assigned this May 7, 2024
@pzygielo
Copy link

@hazendaz
Copy link
Member

probably same reason as the other issue. project is all groovy. maven sort of expects java. Its always been this way as far as I know. If someone knows how to tie together or can help on the doxia 2 branch for site4 I have sitting on the project that would help. Maven won't fix anything from doxia 1. I don't understand doxia enough to know how to fully resolve although my site4 branch is getting closer.

@pzygielo
Copy link

@hazendaz
Copy link
Member

hazendaz commented Dec 2, 2024

Issue was found and fixed. Doxia 2 plugins were in effect and the GHA used to push the site was not failling when encountered but could be seen locally. Thanks to @elharo pointing out that mvn site:site off master was failing. I have confirmed the site is back how it should be. If you see another other issues, please open a new ticket and thanks for the original report.

@hazendaz hazendaz closed this as completed Dec 2, 2024
@uhafner
Copy link
Author

uhafner commented Dec 3, 2024

Well, the original issue (before it was hijacked by @pzygielo) still is not fixed: All descriptions are still empty. Or is the fix not yet published?

@pzygielo
Copy link

pzygielo commented Dec 3, 2024

I'm not sure since when this is broken: all descriptions on https://spotbugs.github.io/spotbugs-maven-plugin/plugin-info.html

That has always been the case. Project is groovy so it uses groovydocs.

and MPLUGIN-426, MPLUGIN-247.

@uhafner
Copy link
Author

uhafner commented Dec 3, 2024

Then the issue should not be closed as completed. It should be rather closed as wont-fix or something similar.

Would it be helpful to convert this project to Java? It does not make much sense to use a language that is not fully supported by the tooling. With Copilot or ChatGPT it shouldn't be too hard. Maybe this is a good thesis topic for one of my students...

@hazendaz
Copy link
Member

hazendaz commented Dec 3, 2024 via email

@hazendaz hazendaz reopened this Dec 19, 2024
@hazendaz
Copy link
Member

I see original issue, reopened.

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

3 participants