Kotlin / dokka

API documentation engine for Kotlin
https://kotl.in/dokka
Apache License 2.0
3.4k stars 399 forks source link

Maven support for all dokka features #1358

Open dibog opened 4 years ago

dibog commented 4 years ago

My department is using maven as build tool. Could you also provide a maven plugin beside your gradle plugin for dokka? Supporting all available features?

See https://github.com/Kotlin/dokka/issues/1277

Thanks, Dieter

GabrieleCacchioni commented 2 years ago

For what is worth, my team would benefit from this too 🙏

mamaremere commented 2 years ago

I am also interested in the maven plugin in a multi-module environment. Would this endeavour be simple enough as in getting inspiration from the gradle plugin?

FHannes commented 1 year ago

Multi-module support for Maven would be a very welcome addition. It should be possible to retrieve the project structure in the Mojo. I'm not sure if there's any obvious incompatibilities that would hamper the implementation though.

leourbina7r commented 3 months ago

Just chiming in that this would be great if supported. Any plans on making the mult-module support a reality? I'd be happy to help.