Waterfall icon indicating copy to clipboard operation
Waterfall copied to clipboard

Javadocs broken - again

Open electronicboy opened this issue 1 year ago • 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

electronicboy avatar Apr 02 '24 17:04 electronicboy

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.

Luccboy avatar Apr 03 '24 15:04 Luccboy

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

electronicboy avatar Apr 03 '24 15:04 electronicboy

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.

xism4 avatar May 21 '24 00:05 xism4