PaperMC/Waterfall

Javadocs broken - again

electronicboy opened this issue · 3 comments

I have no idea if anybody cares to spend time on this, I've already wasted enough hours on this that my only solution at this point would be to migrate away from maven for handing this mess as the tooling there seems a bit nicer, but, I'm not sure that I can justify the effort that would go into such a thing, or if it's worth fighting the maven side of stuff again

ref, missing submodules, i.e. chat

When I try building the Javadocs for BungeeCord, I also get an error that the chat module can't be resolved. So I think this issue comes from BungeeCord. But executing mvn install before building the Javadocs seems to solve this issue (at least for me) as the artifacts will be installed in the local maven repository.

Install is already ran at an earlier phase of the build process in order to fix some issues like this

When I try building the Javadocs for BungeeCord, I also get an error that the chat module can't be resolved. So I think this issue comes from BungeeCord. But executing mvn install before building the Javadocs seems to solve this issue (at least for me) as the artifacts will be installed in the local maven repository.

I can.