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

[maven] IDEA-320329 - non-case sensitive unique artifactId in maven project import #2435

Closed
wants to merge 1 commit into from

Conversation

seregamorph
Copy link
Contributor

@seregamorph seregamorph commented May 14, 2023

Motivation

Fixes https://youtrack.jetbrains.com/issue/IDEA-320329

Proposed fix

Do a non-case sensitive comparison when calculating possible repeated module names.

Notes

This implementation does not fix the conflicting module names if according IDEA module already exists, it will only work if the module is new or project is under initial import.
This change can break shared run configurations for multi-module projects with non-unique artifactId names as some modules will now have another name on import from scratch.

@nskvortsov nskvortsov assigned nskvortsov and dmitry-lt and unassigned nskvortsov May 15, 2023
@ybedrov ybedrov assigned zulkar and unassigned dmitry-lt May 15, 2023
@seregamorph seregamorph deleted the IDEA-320329 branch May 17, 2023 10:37
@zulkar
Copy link
Contributor

zulkar commented May 17, 2023

merged manually

intellij-monorepo-bot pushed a commit that referenced this pull request Jun 23, 2023
…roject import

close #2435

(cherry picked from commit 42ff0b1cdceadb7cb05eebd8fcce2b439a8d2fd1)

GitOrigin-RevId: 5f6c4847504a3e847ff1b7f1f7491c55ae4e8b0a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants