Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble importing from Github Packages #57

Open
EPNero opened this issue Oct 31, 2021 · 0 comments
Open

Trouble importing from Github Packages #57

EPNero opened this issue Oct 31, 2021 · 0 comments

Comments

@EPNero
Copy link

EPNero commented Oct 31, 2021

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 EPNero changed the title Trouble importing from Github releases Trouble importing from Github Packages Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant