-
Notifications
You must be signed in to change notification settings - Fork 46
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
repository url blocked on latest maven #122
Comments
@mkristian Can you assist here? I guess I did not fully remove the torquebox repository from ruby-tools, and this file still seems to try to use it: This doesn't appear to affect released files, but for prerelease files it's falling back on this and of course failing to resolve it. For example, try to run |
I will have a look |
first thing I would do this: jruby/maven-tools#41 The default rubygems repo is only needed for this case: If you agree I would prepare a PR which removes all this code for jruby-1.7 and before - as it will try to use the torquebox repo which does not exit anymore, i.e. it is failing for some time now. Assuming nobody is using this anymore. |
@mkristian Please do! |
running
mvn clean gem:initialize
I was hitting errors like:I was able to find this stack overflow post which explained that the repository URL of
http://rubygems-proxy.torquebox.org/releases
is automatically blocked by maven versions >= 3.8.1As a workaround, I switched my project to use
mvnw
with.mvn/wrapper/maven-wrapper.properties
usingbut it would be great if rubygems-proxy.torquebox.org could use HTTPS and a valid certificate. When I tried to just specify
I hit:
The text was updated successfully, but these errors were encountered: