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
When importing a Maven repository via "Git Repositories" view, the resulting Eclipse projects should have the same name as the respective Maven artifacts.
When importing a Maven repository via "Git Repositories" view, the resulting Eclipse projects should have the same name as the respective Maven artifacts.
To reproduce:
Use Eclipse JEE 2021-03 (4.19.0)
Clone the following repositories:
https://github.com/eliasbalasis/eclipse-m2e-bug-569907-root
https://github.com/eliasbalasis/eclipse-m2e-bug-569907-tools
https://github.com/eliasbalasis/eclipse-m2e-bug-569907-parent
https://github.com/eliasbalasis/eclipse-m2e-bug-569907-project
Then try "Import Projects" from "Git Repositories" view.
The expected Eclipse project names are:
myroot
mytools
mytools.BOM
mytools.internal
mytools.springframework
myparent
myparent.spring-boot-2
myproject
myproject.myapplication
The actual Eclipse project names are not the expected.
However, when using the "Maven / Existing Maven Projects" import wizard, the resulting project names are the expected.
Could this be a "Git plugin" issue rather than M2E?
The text was updated successfully, but these errors were encountered: