About 643,000 results
Open links in new tab
  1. 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) …

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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, …

  8. 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 …

  9. 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. …

  10. [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. …

Refresh