-
Notifications
You must be signed in to change notification settings - Fork 366
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
Failed to access maven repository http://maven.springframework.org/snapshot errors during rewrite:run #4975
Comments
I wonder where does |
Yes I was wondering the same and also checked out the Rewrite codebase |
I suspect there could be some transitive parent or dependency declaring this repo. Quite possibly OpenRewrite should not try to consult this repo at all. It would be great if we could find out where this comes from and exactly what it is that OpenRewrite does and shouldn't do. |
I just found the location of these error messages
Please see this line in the rewrite-maven-plugin I believe the error can be narrowed down to this chunk of code listed below
|
I think the questions are:
|
The repo is located privately within my organization and it |
@greg-at-moderne / @knutwannheden any thoughts on how we can proceed here? |
Hi, as part of an evaluation, I am following the guide on Running OpenRewrite on a multi-module Maven project - https://docs.openrewrite.org/running-recipes/multi-module-maven
I was just curious when using this approach, how do I resolve these warnings
This is the plugin config I am using
Also, when I run the mvn rewrite:run command with -X specified, here is the section for 1 of the stacktraces
Any thoughts on how I can resolve this issue?
The text was updated successfully, but these errors were encountered: