Staartvin / Autorank-2

Autorank is a Spigot/Bukkit plugin for automatically ranking players based on requirements
Other
56 stars 62 forks source link

Getting error when generating javadocs #771

Closed Enn3Developer closed 3 years ago

Enn3Developer commented 3 years ago

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"
Staartvin commented 3 years ago

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

Enn3Developer commented 3 years ago

This command should generate javadocs using Maven

Staartvin commented 3 years ago

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

Staartvin commented 3 years ago

You can also see this: http://staartvin.com:8080/job/Autorank/javadoc/overview-summary.html

Enn3Developer commented 3 years ago

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

Staartvin commented 3 years ago

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