Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imported Maven projects are not named as expected #156

Closed
eliasbalasis opened this issue Apr 4, 2021 · 1 comment
Closed

Imported Maven projects are not named as expected #156

eliasbalasis opened this issue Apr 4, 2021 · 1 comment
Labels
usability Improvements that can give a better usability or user experience

Comments

@eliasbalasis
Copy link

eliasbalasis commented Apr 4, 2021

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?

@laeubi laeubi added the usability Improvements that can give a better usability or user experience label Dec 16, 2022
@eliasbalasis
Copy link
Author

Using the "Maven / Existing Maven Projects" import wizard works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Improvements that can give a better usability or user experience
Projects
None yet
Development

No branches or pull requests

2 participants