JukeboxAPI icon indicating copy to clipboard operation
JukeboxAPI copied to clipboard

Trouble importing from Github Packages

Open EPNero opened this issue 4 years ago • 0 comments

Cannot resolve com.oliverdunk.MCJukebox-plugin:mcjukebox-plugin:2.6.8-RELEASE whenever I attempt to use mvn install

pom.xml contains the following:

        <repository>
            <id>github</id>
            <url>https://maven.pkg.github.com/oliverdunk/JukeboxAPI</url>
        </repository>
        <dependency>
            <groupId>com.oliverdunk.MCJukebox-plugin</groupId>
            <artifactId>mcjukebox-plugin</artifactId>
            <version>2.6.8-RELEASE</version>
        </dependency>

During the installation of dependencies, this error (only for JukeboxAPI) is shown:

Could not find artifact com.oliverdunk.MCJukebox-plugin:mcjukebox-plugin:jar:2.6.8-RELEASE in
central (https://repo1.maven.org/maven2) -> [Help 1]

EPNero avatar Oct 31 '21 21:10 EPNero