You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Eventually, buildMaven will generate a shell script that includes:
dir=$out/org/slf4j/slf4j-api/[1.7.1,1.7.99)
This will result in an error.
I have gone through the code to see how to force it to resolve all versions, but I'm a bit at a loss. I also do not seem to have a good way to debug the code. All suggestions are welcome.
The text was updated successfully, but these errors were encountered:
It seems I was mistaken, as ~/.m2/repositories/org/slf4j/slf4j-api/[1.7.1,1.7.99) actually exists on my filesystem 😕 . buildMaven is not escaping the variables correctly, so this plugin is not at fault here.
Actually, the plugin is at fault! If you check that path, you will find no metadata inside because Maven treats that string as a version number which (of course) does not exist upstream.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems version ranges are not working correctly. I have the following in pom.xml:
When I run mvn2nix, the following pops up in project-info.json:
Eventually, buildMaven will generate a shell script that includes:
This will result in an error.
I have gone through the code to see how to force it to resolve all versions, but I'm a bit at a loss. I also do not seem to have a good way to debug the code. All suggestions are welcome.
The text was updated successfully, but these errors were encountered: