ec4j / editorconfig-maven-plugin

A Maven plugin for checking whether project files comply with format rules defined in .editorconfig files and eventually also for fixing the violations
Apache License 2.0
54 stars 13 forks source link

404 for maven goals on http://ec4j.github.io/editorconfig-maven-plugin/ #141

Open hashar opened 1 year ago

hashar commented 1 year ago

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 :)

ppalaga commented 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.

ppalaga commented 1 year ago

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?

slawekjaranowski commented 1 year ago

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