Paul2708 / simple-commands

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

Publish javadoc on merge in master #18

Open Paul2708 opened 4 years ago

Paul2708 commented 4 years ago

I use JitPack to publish the project. JitPack also provides Javadoc. But it didn't work out for me.

Anybody got an idea on how to use JitPack with the javadoc-Maven-plugin? Or are there any simple options to publish Javadoc on each merge in master?

tr7zw commented 4 years ago

You could look into publishing on CodeMC (https://ci.codemc.io/ and https://ci.codemc.io/), then you don't have all the limitations of JitPack. The documentation can be found here https://github.com/CodeMC/CI-Documentation.

Paul2708 commented 4 years ago

I will have a look into it. Thanks for your recommendation!