editorconfig-maven-plugin icon indicating copy to clipboard operation
editorconfig-maven-plugin copied to clipboard

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

Open hashar opened this issue 2 years ago • 3 comments

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

hashar avatar Nov 20 '23 16:11 hashar

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 avatar Nov 22 '23 08:11 ppalaga

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?

ppalaga avatar Nov 22 '23 09:11 ppalaga

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:

  • plugin:descriptor
  • plugin:addPluginArtifactMetadata

but I don't know how binding is defined for takari-maven-plugin

slawekjaranowski avatar Nov 22 '23 10:11 slawekjaranowski