We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot resolve com.oliverdunk.MCJukebox-plugin:mcjukebox-plugin:2.6.8-RELEASE whenever I attempt to use mvn install
Cannot resolve com.oliverdunk.MCJukebox-plugin:mcjukebox-plugin:2.6.8-RELEASE
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]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cannot resolve com.oliverdunk.MCJukebox-plugin:mcjukebox-plugin:2.6.8-RELEASE
whenever I attempt to usemvn install
pom.xml contains the following:
During the installation of dependencies, this error (only for JukeboxAPI) is shown:
The text was updated successfully, but these errors were encountered: