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) makes perfect sense to me. How come IntelliJ doesn't like multiple core 's after reopening the project?

  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 submodules as sources and turns them bold in the project tree view. Then everything goes wrong.

  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 named after the Java folder. Then go to the module console app …

  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 errors to showup in intellij. What's the best way to deal with this in version 9?

  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 Maven project.

  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 new modules, group them, and unload the modules you do not need at the moment.

  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, Intellij creates a new package com with a subpackage maat and puts the test package inside there.

  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 imports the project resolves each module's dependencies, compiles code and reports errors or issues.

  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. The name of the module is the same as the old one and does not change to a new one.

  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. Example: Dir structure: modu...

Refresh