How to access maven dependecy from GitHub Package Registry (Beta)
问题 I uploaded a maven artefact to the GitHub Package Registry (Beta) and want to add it as maven dependency. I'm already in the Regestry-Beta and activated it for my sample HalloMaven project. Also the mvn deploy was succesful, so the artifact is public available here: https://github.com/TobseF/HelloMaven/packages But how to include it as a maven dependency? I tried to add it in a fresh sample project with this pom.xml : <groupId>de.tfr.test</groupId> <artifactId>maven-repo-test</artifactId>