Open hashar opened 1 year ago
Thanks for the report, @hashar! Strange, apparently some pages were not deployed for some reason when I released the plugin last time. Let's see if releasing anew helps.
The pages are not generated at all. I tried to apply this hint https://stackoverflow.com/questions/76765750/plugin-info-html-file-not-being-generated-when-running-maven-site but it does not seem to help.
@slawekjaranowski do you happen to know whether maven-plugin-report-plugin
ignores modules with <packaging>takari-maven-plugin</packaging>
that we happen to use here?
We have a default bindings for maven-plugin
packaging - https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#default-lifecycle-bindings-packaging-maven-plugin
If you want to another packaging play as maven-plugin try add to build:
but I don't know how binding is defined for takari-maven-plugin
https://github.com/ec4j/editorconfig-maven-plugin#configuration has links:
http://ec4j.github.io/editorconfig-maven-plugin/check-mojo.html[editorconfig:check] and http://ec4j.github.io/editorconfig-maven-plugin/format-mojo.html[editorconfig:format]
Which are 404 not found. If I browse http://ec4j.github.io/editorconfig-maven-plugin/ then head to Goals, that gives a 404 as well :)