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
Trying to materialize (Maven->Import projects from SCM) a dependency of a project the "master" branch will be checked out.
Whenever there's a ... entry in the dependency's pom we do not want to use "master" but the ref corresponding to that tag.
I provided a patch in my fork and sent a pull request.
The text was updated successfully, but these errors were encountered:
I think you mean Maven -> Materialize Maven Projects from SCM, right?
I came across a similar issue with Maven -> Check out Maven Projects from SCM. Whatever I put in the "Revision" field of the first wizard page (e.g. a branch name) is completely ignored and the initial branch always becomes the master branch. This should really be fixed.
Trying to materialize (Maven->Import projects from SCM) a dependency of a project the "master" branch will be checked out.
Whenever there's a ... entry in the dependency's pom we do not want to use "master" but the ref corresponding to that tag.
I provided a patch in my fork and sent a pull request.
The text was updated successfully, but these errors were encountered: