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

Maven artifact resolution does not work with non-semver versions #2

Open
pathob opened this issue Nov 8, 2022 · 2 comments
Open

Maven artifact resolution does not work with non-semver versions #2

pathob opened this issue Nov 8, 2022 · 2 comments
Assignees

Comments

@pathob
Copy link
Member

pathob commented Nov 8, 2022

I tried to use a version "1.8", which resulted in the following error:

[WARNING] The POM for org.sonarsource.groovy:sonar-groovy-plugin:jar:%!s(float64=1.8) is missing, no dependency information available
@brettaufheber
Copy link
Member

brettaufheber commented Dec 6, 2022

The target repository may not be configured in your project.
I could not find version 1.8 but the resolution of version 1.4 works for the Maven Central repository.

The download of the artifact "org.sonarsource.groovy:sonar-groovy-plugin:1.4" does work.

Here is the repo entry for the plugin: https://repo.maven.apache.org/maven2/org/sonarsource/groovy/sonar-groovy-plugin/

@pathob
Copy link
Member Author

pathob commented Dec 13, 2022

It's not about the repo and version you mentioned, it's an artifact that has been downloaded from a GitHub release and deployed to Artifactory.

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

2 participants