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
I have two multi-modules projects at same workspace in eclipse.
Project A had revision 0.0.1, and defined a submodule in dependencyManagement like this,
but resolve dependency a-common as version 0.0.2, a-common-0.0.2 not exist.
If I close Project A in eclipse, all things goes right.
How can maven in eclipse resolve the correct a-common version without close project A?
The text was updated successfully, but these errors were encountered:
I have two multi-modules projects at same workspace in eclipse.
Project A had revision 0.0.1, and defined a submodule in dependencyManagement like this,
Project B had revision 0.0.2, project B use project A as it's parent,
but resolve dependency
a-common
as version 0.0.2, a-common-0.0.2 not exist.If I close Project A in eclipse, all things goes right.
How can maven in eclipse resolve the correct a-common version without close project A?
The text was updated successfully, but these errors were encountered: