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
In my enterprise, I find it is not worthwhile to ever have "Workspace Resolution" enabled. I always have many of the repos representing service dependencies cloned to my desktop, but on various branches. When I'm doing a build of a service that needs that artifact, I need it to get the specific version specified in the gav. I can't depend on the version property of the pom.xml in the workspace project to be correct.
So, I always disable workspace resolution. It is on by default, so I have to manually right-click on the project, navigate to Maven and disable it, for every project I create.
That is a bit of a pain. I wish I could set this in one place in workspace preferences, either a flag "for all new projects", or as a "top-level" setting that could be overridden in projects (off by default).
The text was updated successfully, but these errors were encountered:
In my enterprise, I find it is not worthwhile to ever have "Workspace Resolution" enabled. I always have many of the repos representing service dependencies cloned to my desktop, but on various branches. When I'm doing a build of a service that needs that artifact, I need it to get the specific version specified in the gav. I can't depend on the version property of the pom.xml in the workspace project to be correct.
So, I always disable workspace resolution. It is on by default, so I have to manually right-click on the project, navigate to Maven and disable it, for every project I create.
That is a bit of a pain. I wish I could set this in one place in workspace preferences, either a flag "for all new projects", or as a "top-level" setting that could be overridden in projects (off by default).
The text was updated successfully, but these errors were encountered: