Replies: 2 comments 1 reply
-
Please first try latest release of Eclipse IDE and m2e. You usually won't get support for older releases. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok thanks, thanks for the details. I've created #1284 for it. Let's continue discussing it there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a workspace with two projects. Project B has a dependency on Project A. If I close project A and do Maven->Update Project... on Project B, Project B's configuration still references the Project A artifacts in my workspace rather than from my local repository. This is true even if I delete project B from my workspace and do Maven->Update Project... on project B. I notice that the Maven Repositories view continues to show Project A under Workspace Projects throughout.
I would expect that once I close Project A in my workspace it would no longer be eligible for workspace resolution, but that doesn't appear to be the case.
I'm using Eclipse 2020-06 and M2E 1.16
Beta Was this translation helpful? Give feedback.
All reactions