Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

Remove JavaDoc Plugin #77

Open Paul2708 opened 3 years ago

Paul2708 commented 3 years ago

Description

simple-commands generates JavaDoc using a Maven plugin. However, this plugin requires the system environment variable JAVA_HOME which is not required on UNIX systems. Therefore, the build may fail (i.e., on Mac).

To Reproduce

Run mvn clean install on MAC or a system without JAVA_HOME.

Possible solution

Replace the Maven plugin. Anyways, who reads JavaDoc, am I right?