Right now the com.github.cc007:headsplugin-api dependency is available as a Github package, but using it requires maven to log into github (for instance, using a token).
The goal of this issue is to add distribution code to the pom.xml to make this dependency (and its javadoc/sources) available on nexus.cqit.nl using the anonymous user, which therefore wouldn't require logging in to download the dependency.
Out of scope:
- Edit headsplugin-build to make use of this repo, so it doesn't have to be pulled from Github.
(This can done in a separate issue)