PaperMC / Waterfall

BungeeCord fork that aims to improve performance and stability.
https://papermc.io
MIT License
736 stars 295 forks source link

Javadocs broken - again #849

Open electronicboy opened 3 months ago

electronicboy commented 3 months ago

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

Luccboy commented 3 months ago

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.

electronicboy commented 3 months ago

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

xism4 commented 1 month ago

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.