
java - Multiple IntelliJ/Maven modules with 'same' name
Apr 7, 2015 · As a newcomer to Java/Maven/IntelliJ from .NET world the project structure below (nested modules with 'local' core submodules created through IDE, no handcrafted pom's) …
java - IntelliJ confusion when opening 2 Gradle projects with same ...
Mar 16, 2016 · Using IntelliJ 15 and Gradle: I have two projects of the same structure; both have a domain and integration module. When I do the following: IntelliJ happily recognises all …
java - Why is IntelliJ giving me the name of the package and the name …
Sep 13, 2021 · This could be caused by the fact that you marked your Java folder as a module folder instead of a source folder. Go to the Project Structure Settings and remove the module …
Dealing with projects that have same packages and classes
Nov 2, 2010 · I've created a project based off an existing eclipse project and the project contains several source directories with duplicate package class structures which obviously causes …
How to create new maven project with a parent pom instead of …
Jan 21, 2019 · Just create new maven project, then add new maven modules to it (File | New | Module of a Maven type and select it to be a child module. See Configuring a multi-module …
Modules | IntelliJ IDEA Documentation - JetBrains
Mar 26, 2025 · In IntelliJ IDEA, a module is an essential part of any project – it is created automatically together with a project. Projects can contain multiple modules – you can add …
Intellij creates 2 packages of same name - JetBrains
Mar 16, 2022 · I have a spring boot project. The file structure has src<main<java<com.maat<(other packages. When I add a test package inside com.maat, …
Maven multi-module project in IntelliJ IDEA - Blogger
Feb 25, 2020 · Easiest way is to import a maven project into IntelliJ IDEA is from the welcome pane. Click on Import Project and select the root pom.xml. If everything goes well, IntelliJ …
How to change the module name in a project in IntelliJ?
May 3, 2018 · I want to change the name of the web module to the popcorn-web name and the same with other modules. However, after confirming OK the name change, nothing happens. …
[Deps] Sub-modules with same name do not resolve correctly in IntelliJ …
Jun 23, 2020 · When you have a Deps project that contains sub-modules, and they have the same name internally, they do not resolve correctly in IntelliJ as modules nor source-folders. …