I'm working on a Java project, which runs on GitLab. I'm trying to find a way, in which GitLab automatically generates the Java documentation on each push.
I tried to use the JavaDoc plugin for Maven and call it with a pipeline. But the plugin needs the file javadoc.exe, which is just local at my computer and not at GitLab.
Is there a possibility to run the plugin without this file. Or maybe an other option, to solve this problem?
Thanks!