vscode-maven icon indicating copy to clipboard operation
vscode-maven copied to clipboard

Is it possible to ignore the version of a dependency and use it directly if present in VSCode ?

Open fmarot opened this issue 1 year ago • 6 comments

Suggestion

Hello I do not know if it's already possible in VSCode so I ask here. Imagine I have 2 Maven projects in the IDE: aaa in v1 bbb in v1

if aaa references bbb v1 in its pom, it's ok: a code update in bbb will be 'seen' when executing aaa. Now, I would like code updates in bbb to be also 'seen' by aaa even if aaa reference bbb V1 while bbb being V2 in VSCode.

Is is possible ?

Use Cases

My use case is related to having multiple git repositories each having projects in different versions. I would like to avoid having to change the poms (in fact, the grand scheme is related to CIFriendly behavior but I prefer to focus on the simple subject mentioned abvove)

Examples

image

fmarot avatar Oct 29 '22 16:10 fmarot