Autorank

Autorank

380k Downloads

Getting error when generating javadocs

Enn3Developer opened this issue ยท 6 comments

commented

Hi, I issued the following command at the project's root: mvn site; but this is the result

enn3@enn3devpc ~/Autorank-2 $ mvn -v
Apache Maven 3.6.3 (NON-CANONICAL_2020-06-13T21:25:59Z_root)
Maven home: /usr/share/apache-maven
Java version: 11.0.9.1, vendor: Oracle Corporation, runtime: /usr/lib64/openjdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.7-168.current", arch: "amd64", family: "unix"
commented

Hmm, I've never used this command so I never checked it. What are you trying to do?

commented

This command should generate javadocs using Maven

commented

You can use mvn javadoc:aggregate or mvn javadoc:javadoc for that.

commented

Oh, thanks
I thought that the javadocs hosted from you was unreachable (the link in the wiki, the gitbook one)

commented

You were right, it was. I was just working on fixing that and it seems I managed.