相关疑难解决方法(0)

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>
<version>1.0-SNAPSHOT</version>

<repositories>
    <repository>
        <id>github</id>
        <name>GitHub TobseF Apache Maven Packages</name> …
Run Code Online (Sandbox Code Playgroud)

github maven github-ci

13
推荐指数
1
解决办法
7016
查看次数

标签 统计

github ×1

github-ci ×1

maven ×1